Html Css Color HEX #34237C Persian Indigo

📋 copy color: '#34237C'

red 52 ◦ green 35 ◦ blue 124

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

Shades of Persian Indigo #34237C

Tints of Persian Indigo #34237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 24.64%
G = 16.59%
B = 58.77%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34237C (or 0x34237C) is known color: Persian Indigo. HEX triplet: 34, 23 and 7C. RGB value is (52,35,124). Sum of RGB (Red+Green+Blue) = 52+35+124=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #34237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34237C is #CBDC83. Grayscale: #313131. Windows color (decimal): -13360260 or 8135476. OLE color: 8135476.

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

Color convert

RGB 52 35 124 -
CMYK 0.58 0.72 0 0.51
HSL 251.46º 0.56% 0.31% -
HSV(B) 251.46º 0.72% 0.49% -
XYZ 5.66 3.39 19.42 -
YUV 50.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 52 35 124 0.58 0.72 0 0.51 251.46 0.56 0.31
Hex 34 23 7C 3A 48 0 33 FB 38 1F
Octal 64 43 174 72 110 0 63 373 70 37
Binary 110100 100011 1111100 111010 1001000 0 110011 11111011 111000 11111

Color Harmonies of #34237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34237C

Black with #34237C

Text Example


Text Example

White with #34237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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