Html Css Color HEX #2C218E Persian Indigo

📋 copy color: '#2C218E'

red 44 ◦ green 33 ◦ blue 142

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

Shades of Persian Indigo #2C218E

Tints of Persian Indigo #2C218E

RGB

 RED value IS 44 (17.58% from 255) = 20.09%

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

 BLUE value IS 142 (55.86% from 255) = 64.84%

R = 20.09%
G = 15.07%
B = 64.84%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C218E (or 0x2C218E) is known color: Persian Indigo. HEX triplet: 2C, 21 and 8E. RGB value is (44,33,142). Sum of RGB (Red+Green+Blue) = 44+33+142=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C218E is #D3DE71. Grayscale: #303030. Windows color (decimal): -13885042 or 9314604. OLE color: 9314604.

HSL color Cylindrical-coordinate representation of color #2C218E: hue angle of 246.06º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C218E is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 33 142 -
CMYK 0.69 0.77 0 0.44
HSL 246.06º 0.62% 0.34% -
HSV(B) 246.06º 0.77% 0.56% -
XYZ 6.47 3.58 25.94 -
YUV 48.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 44 33 142 0.69 0.77 0 0.44 246.06 0.62 0.34
Hex 2C 21 8E 45 4D 0 2C F6 3E 22
Octal 54 41 216 105 115 0 54 366 76 42
Binary 101100 100001 10001110 1000101 1001101 0 101100 11110110 111110 100010

Color Harmonies of #2C218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C218E

Black with #2C218E

Text Example


Text Example

White with #2C218E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C218E; }

 p { color: rgb(44,33,142); }

 H1.HeaderClassName
 {
   color: #2C218E;
 }
 .AnyTagClassName
 {
   color: #2C218E;
 }
</style>

background-color css

<style>
 a { background-color: #2C218E; }

 a { background-color: rgb(44,33,142); }

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

border-color css

<style>
 span { border-color: #2C218E; }

 span { border-color: rgb(44,33,142); }

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