Html Css Color HEX #2C066C Persian Indigo

📋 copy color: '#2C066C'

red 44 ◦ green 6 ◦ blue 108

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

Shades of Persian Indigo #2C066C

Tints of Persian Indigo #2C066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

 BLUE value IS 108 (42.58% from 255) = 68.35%

R = 27.85%
G = 3.8%
B = 68.35%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2C066C (or 0x2C066C) is known color: Persian Indigo. HEX triplet: 2C, 06 and 6C. RGB value is (44,6,108). Sum of RGB (Red+Green+Blue) = 44+6+108=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C066C is #D3F993. Grayscale: #1C1C1C. Windows color (decimal): -13891988 or 7079468. OLE color: 7079468.

HSL color Cylindrical-coordinate representation of color #2C066C: hue angle of 262.35º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C066C is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 44 6 108 -
CMYK 0.59 0.94 0 0.58
HSL 262.35º 0.89% 0.22% -
HSV(B) 262.35º 0.94% 0.42% -
XYZ 3.81 1.75 14.32 -
YUV 28.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 44 6 108 0.59 0.94 0 0.58 262.35 0.89 0.22
Hex 2C 6 6C 3B 5E 0 3A 106 59 16
Octal 54 6 154 73 136 0 72 406 131 26
Binary 101100 110 1101100 111011 1011110 0 111010 100000110 1011001 10110

Color Harmonies of #2C066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C066C

Black with #2C066C

Text Example


Text Example

White with #2C066C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,6,108); }

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

background-color css

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

 a { background-color: rgb(44,6,108); }

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

border-color css

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

 span { border-color: rgb(44,6,108); }

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