Html Css Color HEX #2C248E Persian Indigo

📋 copy color: '#2C248E'

red 44 ◦ green 36 ◦ blue 142

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

Shades of Persian Indigo #2C248E

Tints of Persian Indigo #2C248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 19.82%
G = 16.22%
B = 63.96%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C248E (or 0x2C248E) is known color: Persian Indigo. HEX triplet: 2C, 24 and 8E. RGB value is (44,36,142). Sum of RGB (Red+Green+Blue) = 44+36+142=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C248E is #D3DB71. Grayscale: #323232. Windows color (decimal): -13884274 or 9315372. OLE color: 9315372.

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

Color convert

RGB 44 36 142 -
CMYK 0.69 0.75 0 0.44
HSL 244.53º 0.6% 0.35% -
HSV(B) 244.53º 0.75% 0.56% -
XYZ 6.55 3.75 25.97 -
YUV 50.48 179.65 123.38 -
System Red Green Blue C M Y K H S L
Decimal 44 36 142 0.69 0.75 0 0.44 244.53 0.6 0.35
Hex 2C 24 8E 45 4B 0 2C F5 3C 23
Octal 54 44 216 105 113 0 54 365 74 43
Binary 101100 100100 10001110 1000101 1001011 0 101100 11110101 111100 100011

Color Harmonies of #2C248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C248E

Black with #2C248E

Text Example


Text Example

White with #2C248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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