Html Css Color HEX #34218D Persian Indigo

📋 copy color: '#34218D'

red 52 ◦ green 33 ◦ blue 141

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

Shades of Persian Indigo #34218D

Tints of Persian Indigo #34218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 23.01%
G = 14.6%
B = 62.39%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34218D (or 0x34218D) is known color: Persian Indigo. HEX triplet: 34, 21 and 8D. RGB value is (52,33,141). Sum of RGB (Red+Green+Blue) = 52+33+141=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #34218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34218D is #CBDE72. Grayscale: #323232. Windows color (decimal): -13360755 or 9249076. OLE color: 9249076.

HSL color Cylindrical-coordinate representation of color #34218D: hue angle of 250.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34218D is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 33 141 -
CMYK 0.63 0.77 0 0.45
HSL 250.56º 0.62% 0.34% -
HSV(B) 250.56º 0.77% 0.55% -
XYZ 6.77 3.74 25.56 -
YUV 50.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 52 33 141 0.63 0.77 0 0.45 250.56 0.62 0.34
Hex 34 21 8D 3F 4D 0 2D FB 3E 22
Octal 64 41 215 77 115 0 55 373 76 42
Binary 110100 100001 10001101 111111 1001101 0 101101 11111011 111110 100010

Color Harmonies of #34218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34218D

Black with #34218D

Text Example


Text Example

White with #34218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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