Html Css Color HEX #2C258E Persian Indigo

📋 copy color: '#2C258E'

red 44 ◦ green 37 ◦ blue 142

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

Shades of Persian Indigo #2C258E

Tints of Persian Indigo #2C258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 19.73%
G = 16.59%
B = 63.68%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C258E (or 0x2C258E) is known color: Persian Indigo. HEX triplet: 2C, 25 and 8E. RGB value is (44,37,142). Sum of RGB (Red+Green+Blue) = 44+37+142=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C258E is #D3DA71. Grayscale: #323232. Windows color (decimal): -13884018 or 9315628. OLE color: 9315628.

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

Color convert

RGB 44 37 142 -
CMYK 0.69 0.74 0 0.44
HSL 244º 0.59% 0.35% -
HSV(B) 244º 0.74% 0.56% -
XYZ 6.58 3.81 25.98 -
YUV 51.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 44 37 142 0.69 0.74 0 0.44 244 0.59 0.35
Hex 2C 25 8E 45 4A 0 2C F4 3B 23
Octal 54 45 216 105 112 0 54 364 73 43
Binary 101100 100101 10001110 1000101 1001010 0 101100 11110100 111011 100011

Color Harmonies of #2C258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C258E

Black with #2C258E

Text Example


Text Example

White with #2C258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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