Html Css Color HEX #34237D Persian Indigo

📋 copy color: '#34237D'

red 52 ◦ green 35 ◦ blue 125

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

Shades of Persian Indigo #34237D

Tints of Persian Indigo #34237D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.96%

R = 24.53%
G = 16.51%
B = 58.96%

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

#34237D (or 0x34237D) is known color: Persian Indigo. HEX triplet: 34, 23 and 7D. RGB value is (52,35,125). Sum of RGB (Red+Green+Blue) = 52+35+125=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #34237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34237D is #CBDC82. Grayscale: #323232. Windows color (decimal): -13360259 or 8201012. OLE color: 8201012.

HSL color Cylindrical-coordinate representation of color #34237D: hue angle of 251.33º 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 #34237D is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 35 125 -
CMYK 0.58 0.72 0 0.51
HSL 251.33º 0.56% 0.31% -
HSV(B) 251.33º 0.72% 0.49% -
XYZ 5.72 3.41 19.76 -
YUV 50.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 52 35 125 0.58 0.72 0 0.51 251.33 0.56 0.31
Hex 34 23 7D 3A 48 0 33 FB 38 1F
Octal 64 43 175 72 110 0 63 373 70 37
Binary 110100 100011 1111101 111010 1001000 0 110011 11111011 111000 11111

Color Harmonies of #34237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34237D

Black with #34237D

Text Example


Text Example

White with #34237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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