Html Css Color HEX #34197C Persian Indigo

📋 copy color: '#34197C'

red 52 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #34197C

Tints of Persian Indigo #34197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.69%

R = 25.87%
G = 12.44%
B = 61.69%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34197C (or 0x34197C) is known color: Persian Indigo. HEX triplet: 34, 19 and 7C. RGB value is (52,25,124). Sum of RGB (Red+Green+Blue) = 52+25+124=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #34197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34197C is #CBE683. Grayscale: #2B2B2B. Windows color (decimal): -13362820 or 8132916. OLE color: 8132916.

HSL color Cylindrical-coordinate representation of color #34197C: hue angle of 256.36º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34197C is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 25 124 -
CMYK 0.58 0.80 0 0.51
HSL 256.36º 0.66% 0.29% -
HSV(B) 256.36º 0.8% 0.49% -
XYZ 5.4 2.88 19.34 -
YUV 44.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 52 25 124 0.58 0.80 0 0.51 256.36 0.66 0.29
Hex 34 19 7C 3A 50 0 33 100 42 1D
Octal 64 31 174 72 120 0 63 400 102 35
Binary 110100 11001 1111100 111010 1010000 0 110011 100000000 1000010 11101

Color Harmonies of #34197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34197C

Black with #34197C

Text Example


Text Example

White with #34197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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