Html Css Color HEX #34199C Persian Indigo

📋 copy color: '#34199C'

red 52 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #34199C

Tints of Persian Indigo #34199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

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

R = 22.32%
G = 10.73%
B = 66.95%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34199C (or 0x34199C) is known color: Persian Indigo. HEX triplet: 34, 19 and 9C. RGB value is (52,25,156). Sum of RGB (Red+Green+Blue) = 52+25+156=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #34199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34199C is #CBE663. Grayscale: #2F2F2F. Windows color (decimal): -13362788 or 10230068. OLE color: 10230068.

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

Color convert

RGB 52 25 156 -
CMYK 0.67 0.84 0 0.39
HSL 252.37º 0.72% 0.35% -
HSV(B) 252.37º 0.84% 0.61% -
XYZ 7.76 3.83 31.78 -
YUV 48.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 52 25 156 0.67 0.84 0 0.39 252.37 0.72 0.35
Hex 34 19 9C 43 54 0 27 FC 48 23
Octal 64 31 234 103 124 0 47 374 110 43
Binary 110100 11001 10011100 1000011 1010100 0 100111 11111100 1001000 100011

Color Harmonies of #34199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34199C

Black with #34199C

Text Example


Text Example

White with #34199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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