Html Css Color HEX #2C0884 Persian Indigo

📋 copy color: '#2C0884'

red 44 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #2C0884

Tints of Persian Indigo #2C0884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 132 (51.95% from 255) = 71.74%

R = 23.91%
G = 4.35%
B = 71.74%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2C0884 (or 0x2C0884) is known color: Persian Indigo. HEX triplet: 2C, 08 and 84. RGB value is (44,8,132). Sum of RGB (Red+Green+Blue) = 44+8+132=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0884 is #D3F77B. Grayscale: #202020. Windows color (decimal): -13891452 or 8652844. OLE color: 8652844.

HSL color Cylindrical-coordinate representation of color #2C0884: hue angle of 257.42º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0884 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 8 132 -
CMYK 0.67 0.94 0 0.48
HSL 257.42º 0.89% 0.27% -
HSV(B) 257.42º 0.94% 0.52% -
XYZ 5.29 2.38 22.01 -
YUV 32.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 44 8 132 0.67 0.94 0 0.48 257.42 0.89 0.27
Hex 2C 8 84 43 5E 0 30 101 59 1B
Octal 54 10 204 103 136 0 60 401 131 33
Binary 101100 1000 10000100 1000011 1011110 0 110000 100000001 1011001 11011

Color Harmonies of #2C0884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0884

Black with #2C0884

Text Example


Text Example

White with #2C0884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,8,132); }

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

background-color css

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

 a { background-color: rgb(44,8,132); }

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

border-color css

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

 span { border-color: rgb(44,8,132); }

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