Html Css Color HEX #2C2482 Persian Indigo

📋 copy color: '#2C2482'

red 44 ◦ green 36 ◦ blue 130

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

Shades of Persian Indigo #2C2482

Tints of Persian Indigo #2C2482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.9%

R = 20.95%
G = 17.14%
B = 61.9%

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

#2C2482 (or 0x2C2482) is known color: Persian Indigo. HEX triplet: 2C, 24 and 82. RGB value is (44,36,130). Sum of RGB (Red+Green+Blue) = 44+36+130=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C2482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2482 is #D3DB7D. Grayscale: #303030. Windows color (decimal): -13884286 or 8528940. OLE color: 8528940.

HSL color Cylindrical-coordinate representation of color #2C2482: hue angle of 245.11º degrees, saturation: 0.57, 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 #2C2482 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 36 130 -
CMYK 0.66 0.72 0 0.49
HSL 245.11º 0.57% 0.33% -
HSV(B) 245.11º 0.72% 0.51% -
XYZ 5.7 3.41 21.48 -
YUV 49.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 44 36 130 0.66 0.72 0 0.49 245.11 0.57 0.33
Hex 2C 24 82 42 48 0 31 F5 39 21
Octal 54 44 202 102 110 0 61 365 71 41
Binary 101100 100100 10000010 1000010 1001000 0 110001 11110101 111001 100001

Color Harmonies of #2C2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2482

Black with #2C2482

Text Example


Text Example

White with #2C2482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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