Html Css Color HEX #2C0669 Persian Indigo

📋 copy color: '#2C0669'

red 44 ◦ green 6 ◦ blue 105

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

Shades of Persian Indigo #2C0669

Tints of Persian Indigo #2C0669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 67.74%

R = 28.39%
G = 3.87%
B = 67.74%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C0669 (or 0x2C0669) is known color: Persian Indigo. HEX triplet: 2C, 06 and 69. RGB value is (44,6,105). Sum of RGB (Red+Green+Blue) = 44+6+105=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C0669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0669 is #D3F996. Grayscale: #1C1C1C. Windows color (decimal): -13891991 or 6882860. OLE color: 6882860.

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

Color convert

RGB 44 6 105 -
CMYK 0.58 0.94 0 0.59
HSL 263.03º 0.89% 0.22% -
HSV(B) 263.03º 0.94% 0.41% -
XYZ 3.65 1.69 13.5 -
YUV 28.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 44 6 105 0.58 0.94 0 0.59 263.03 0.89 0.22
Hex 2C 6 69 3A 5E 0 3B 107 59 16
Octal 54 6 151 72 136 0 73 407 131 26
Binary 101100 110 1101001 111010 1011110 0 111011 100000111 1011001 10110

Color Harmonies of #2C0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0669

Black with #2C0669

Text Example


Text Example

White with #2C0669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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