Html Css Color HEX #34217B Persian Indigo

📋 copy color: '#34217B'

red 52 ◦ green 33 ◦ blue 123

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

Shades of Persian Indigo #34217B

Tints of Persian Indigo #34217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

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

R = 25%
G = 15.87%
B = 59.13%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34217B (or 0x34217B) is known color: Persian Indigo. HEX triplet: 34, 21 and 7B. RGB value is (52,33,123). Sum of RGB (Red+Green+Blue) = 52+33+123=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #34217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34217B is #CBDE84. Grayscale: #303030. Windows color (decimal): -13360773 or 8069428. OLE color: 8069428.

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

Color convert

RGB 52 33 123 -
CMYK 0.58 0.73 0 0.52
HSL 252.67º 0.58% 0.31% -
HSV(B) 252.67º 0.73% 0.48% -
XYZ 5.54 3.25 19.07 -
YUV 48.94 169.79 130.18 -
System Red Green Blue C M Y K H S L
Decimal 52 33 123 0.58 0.73 0 0.52 252.67 0.58 0.31
Hex 34 21 7B 3A 49 0 34 FD 3A 1F
Octal 64 41 173 72 111 0 64 375 72 37
Binary 110100 100001 1111011 111010 1001001 0 110100 11111101 111010 11111

Color Harmonies of #34217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34217B

Black with #34217B

Text Example


Text Example

White with #34217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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