Html Css Color HEX #34007E Persian Indigo

📋 copy color: '#34007E'

red 52 ◦ green 0 ◦ blue 126

#34007E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #34007E

Tints of Persian Indigo #34007E

RGB

 RED value IS 52 (20.7% from 255) = 29.21%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 70.79%

R = 29.21%
G = 0%
B = 70.79%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34007E (or 0x34007E) is known color: Persian Indigo. HEX triplet: 34, 00 and 7E. RGB value is (52,0,126). Sum of RGB (Red+Green+Blue) = 52+0+126=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #34007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34007E is #CBFF81. Grayscale: #1D1D1D. Windows color (decimal): -13369218 or 8257588. OLE color: 8257588.

HSL color Cylindrical-coordinate representation of color #34007E: hue angle of 264.76º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34007E is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 0 126 -
CMYK 0.59 1 0 0.51
HSL 264.76º 1% 0.25% -
HSV(B) 264.76º 1% 0.49% -
XYZ 5.18 2.24 19.9 -
YUV 29.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 52 0 126 0.59 1 0 0.51 264.76 1 0.25
Hex 34 0 7E 3B 64 0 33 109 64 19
Octal 64 0 176 73 144 0 63 411 144 31
Binary 110100 0 1111110 111011 1100100 0 110011 100001001 1100100 11001

Color Harmonies of #34007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34007E

Black with #34007E

Text Example


Text Example

White with #34007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34007E; }

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

 H1.HeaderClassName
 {
   color: #34007E;
 }
 .AnyTagClassName
 {
   color: #34007E;
 }
</style>

background-color css

<style>
 a { background-color: #34007E; }

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

 div.DivClassName
 {
   background-color: #34007E;
 }
 .BgClassName
 {
   background-color: #34007E;
 }
</style>

border-color css

<style>
 span { border-color: #34007E; }

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

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