Html Css Color HEX #2C2583 Persian Indigo

📋 copy color: '#2C2583'

red 44 ◦ green 37 ◦ blue 131

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

Shades of Persian Indigo #2C2583

Tints of Persian Indigo #2C2583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.79%

R = 20.75%
G = 17.45%
B = 61.79%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2C2583 (or 0x2C2583) is known color: Persian Indigo. HEX triplet: 2C, 25 and 83. RGB value is (44,37,131). Sum of RGB (Red+Green+Blue) = 44+37+131=212 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.75% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C2583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2583 is #D3DA7C. Grayscale: #313131. Windows color (decimal): -13884029 or 8594732. OLE color: 8594732.

HSL color Cylindrical-coordinate representation of color #2C2583: hue angle of 244.47º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2583 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 37 131 -
CMYK 0.66 0.72 0 0.49
HSL 244.47º 0.56% 0.33% -
HSV(B) 244.47º 0.72% 0.51% -
XYZ 5.8 3.5 21.84 -
YUV 49.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 44 37 131 0.66 0.72 0 0.49 244.47 0.56 0.33
Hex 2C 25 83 42 48 0 31 F4 38 21
Octal 54 45 203 102 110 0 61 364 70 41
Binary 101100 100101 10000011 1000010 1001000 0 110001 11110100 111000 100001

Color Harmonies of #2C2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2583

Black with #2C2583

Text Example


Text Example

White with #2C2583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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