Html Css Color HEX #34039C Persian Indigo

📋 copy color: '#34039C'

red 52 ◦ green 3 ◦ blue 156

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

Shades of Persian Indigo #34039C

Tints of Persian Indigo #34039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 156 (61.33% from 255) = 73.93%

R = 24.64%
G = 1.42%
B = 73.93%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34039C (or 0x34039C) is known color: Persian Indigo. HEX triplet: 34, 03 and 9C. RGB value is (52,3,156). Sum of RGB (Red+Green+Blue) = 52+3+156=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #34039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34039C is #CBFC63. Grayscale: #222222. Windows color (decimal): -13368420 or 10224436. OLE color: 10224436.

HSL color Cylindrical-coordinate representation of color #34039C: hue angle of 259.22º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34039C is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 3 156 -
CMYK 0.67 0.98 0 0.39
HSL 259.22º 0.96% 0.31% -
HSV(B) 259.22º 0.98% 0.61% -
XYZ 7.45 3.2 31.68 -
YUV 35.09 196.23 140.06 -
System Red Green Blue C M Y K H S L
Decimal 52 3 156 0.67 0.98 0 0.39 259.22 0.96 0.31
Hex 34 3 9C 43 62 0 27 103 60 1F
Octal 64 3 234 103 142 0 47 403 140 37
Binary 110100 11 10011100 1000011 1100010 0 100111 100000011 1100000 11111

Color Harmonies of #34039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34039C

Black with #34039C

Text Example


Text Example

White with #34039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34039C; }

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

 H1.HeaderClassName
 {
   color: #34039C;
 }
 .AnyTagClassName
 {
   color: #34039C;
 }
</style>

background-color css

<style>
 a { background-color: #34039C; }

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

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

border-color css

<style>
 span { border-color: #34039C; }

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

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