Html Css Color HEX #34227B Persian Indigo

📋 copy color: '#34227B'

red 52 ◦ green 34 ◦ blue 123

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

Shades of Persian Indigo #34227B

Tints of Persian Indigo #34227B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 24.88%
G = 16.27%
B = 58.85%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34227B (or 0x34227B) is known color: Persian Indigo. HEX triplet: 34, 22 and 7B. RGB value is (52,34,123). Sum of RGB (Red+Green+Blue) = 52+34+123=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #34227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34227B is #CBDD84. Grayscale: #313131. Windows color (decimal): -13360517 or 8069684. OLE color: 8069684.

HSL color Cylindrical-coordinate representation of color #34227B: hue angle of 252.13º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34227B is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 34 123 -
CMYK 0.58 0.72 0 0.52
HSL 252.13º 0.57% 0.31% -
HSV(B) 252.13º 0.72% 0.48% -
XYZ 5.56 3.3 19.08 -
YUV 49.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 52 34 123 0.58 0.72 0 0.52 252.13 0.57 0.31
Hex 34 22 7B 3A 48 0 34 FC 39 1F
Octal 64 42 173 72 110 0 64 374 71 37
Binary 110100 100010 1111011 111010 1001000 0 110100 11111100 111001 11111

Color Harmonies of #34227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34227B

Black with #34227B

Text Example


Text Example

White with #34227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34227B; }

 p { color: rgb(52,34,123); }

 H1.HeaderClassName
 {
   color: #34227B;
 }
 .AnyTagClassName
 {
   color: #34227B;
 }
</style>

background-color css

<style>
 a { background-color: #34227B; }

 a { background-color: rgb(52,34,123); }

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

border-color css

<style>
 span { border-color: #34227B; }

 span { border-color: rgb(52,34,123); }

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