Html Css Color HEX #2C0984 Persian Indigo

📋 copy color: '#2C0984'

red 44 ◦ green 9 ◦ blue 132

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

Shades of Persian Indigo #2C0984

Tints of Persian Indigo #2C0984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 23.78%
G = 4.86%
B = 71.35%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2C0984 (or 0x2C0984) is known color: Persian Indigo. HEX triplet: 2C, 09 and 84. RGB value is (44,9,132). Sum of RGB (Red+Green+Blue) = 44+9+132=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C0984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0984 is #D3F67B. Grayscale: #212121. Windows color (decimal): -13891196 or 8653100. OLE color: 8653100.

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

Color convert

RGB 44 9 132 -
CMYK 0.67 0.93 0 0.48
HSL 257.07º 0.87% 0.28% -
HSV(B) 257.07º 0.93% 0.52% -
XYZ 5.3 2.4 22.01 -
YUV 33.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 44 9 132 0.67 0.93 0 0.48 257.07 0.87 0.28
Hex 2C 9 84 43 5D 0 30 101 57 1C
Octal 54 11 204 103 135 0 60 401 127 34
Binary 101100 1001 10000100 1000011 1011101 0 110000 100000001 1010111 11100

Color Harmonies of #2C0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0984

Black with #2C0984

Text Example


Text Example

White with #2C0984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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