#34009B

Color #34009B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #34009B

Tints of Persian Indigo #34009B

Color information

#34009B (or 0x34009B) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and 9B. RGB value is (52,0,155). Sum of RGB (Red+Green+Blue) = 52+0+155=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #34009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34009B is #CBFF64. Grayscale: #202020. Windows color (decimal): -13369189 or 10158132. OLE color: 10158132.

HSL color Cylindrical-coordinate representation of color #34009B: hue angle of 260.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34009B is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB520155-
CMYK0.66100.39
HSL260.13º100%30.39%-
HSV(B)260.13º100%60.78%-
XYZ7.333.131.22-
YUV33.22196.73141.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 74.88%
R=25.12%
G=0%
B=74.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5201550.66100.39260.1310030.39
Hex3409B4264027104641e
Octal64023310214404740414436
Binary110100010011011100001011001000100111100000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34009B; }

 p { color: rgb(52,0,155); }

 H1.HeaderClassName
 {
   color: #34009B;
 }
 .AnyTagClassName
 {
   color: #34009B;
 }
</style>
background-color css

<style>
 a { background-color: #34009B; }

 a { background-color: rgb(52,0,155); }

 div.DivClassName
 {
   background-color: #34009B;
 }
 .BgClassName
 {
   background-color: #34009B;
 }
</style>
border-color css

<style>
 span { border-color: #34009B; }

 span { border-color: rgb(52,0,155); }

 td.TdClassName
 {
   border-color: #34009B;
 }
 .TagClassName
 {
   border-color: #34009B;
 }
</style>