#34037B

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

Shades of Persian Indigo #34037B

Tints of Persian Indigo #34037B

Color information

#34037B (or 0x34037B) is unknown color: approx Persian Indigo. HEX triplet: 34, 03 and 7B. RGB value is (52,3,123). Sum of RGB (Red+Green+Blue) = 52+3+123=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #34037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34037B is #CBFC84. Grayscale: #1E1E1E. Windows color (decimal): -13368453 or 8061748. OLE color: 8061748.

HSL color Cylindrical-coordinate representation of color #34037B: hue angle of 264.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34037B is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB523123-
CMYK0.580.9800.52
HSL264.5º95.24%24.71%-
HSV(B)264.5º97.56%48.24%-
XYZ5.022.2318.9-
YUV31.33179.73142.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 123 (48.44% from 255) = 69.10%
R=29.21%
G=1.69%
B=69.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5231230.580.9800.52264.595.2424.71
Hex3437B3A620341085f19
Octal6431737214206441013731
Binary11010011111101111101011000100110100100001000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,3,123); }

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

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

 a { background-color: rgb(52,3,123); }

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

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

 span { border-color: rgb(52,3,123); }

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