Html Css Color HEX #34187C Persian Indigo

📋 copy color: '#34187C'

red 52 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #34187C

Tints of Persian Indigo #34187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

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

R = 26%
G = 12%
B = 62%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34187C (or 0x34187C) is known color: Persian Indigo. HEX triplet: 34, 18 and 7C. RGB value is (52,24,124). Sum of RGB (Red+Green+Blue) = 52+24+124=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #34187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34187C is #CBE783. Grayscale: #2B2B2B. Windows color (decimal): -13363076 or 8132660. OLE color: 8132660.

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

Color convert

RGB 52 24 124 -
CMYK 0.58 0.81 0 0.51
HSL 256.8º 0.68% 0.29% -
HSV(B) 256.8º 0.81% 0.49% -
XYZ 5.38 2.84 19.33 -
YUV 43.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 52 24 124 0.58 0.81 0 0.51 256.8 0.68 0.29
Hex 34 18 7C 3A 51 0 33 101 44 1D
Octal 64 30 174 72 121 0 63 401 104 35
Binary 110100 11000 1111100 111010 1010001 0 110011 100000001 1000100 11101

Color Harmonies of #34187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34187C

Black with #34187C

Text Example


Text Example

White with #34187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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