Html Css Color HEX #2C0469 Persian Indigo

📋 copy color: '#2C0469'

red 44 ◦ green 4 ◦ blue 105

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

Shades of Persian Indigo #2C0469

Tints of Persian Indigo #2C0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 28.76%
G = 2.61%
B = 68.63%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C0469 (or 0x2C0469) is known color: Persian Indigo. HEX triplet: 2C, 04 and 69. RGB value is (44,4,105). Sum of RGB (Red+Green+Blue) = 44+4+105=153 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.76% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C0469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0469 is #D3FB96. Grayscale: #1B1B1B. Windows color (decimal): -13892503 or 6882348. OLE color: 6882348.

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

Color convert

RGB 44 4 105 -
CMYK 0.58 0.96 0 0.59
HSL 263.76º 0.93% 0.21% -
HSV(B) 263.76º 0.96% 0.41% -
XYZ 3.63 1.64 13.49 -
YUV 27.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 44 4 105 0.58 0.96 0 0.59 263.76 0.93 0.21
Hex 2C 4 69 3A 60 0 3B 108 5D 15
Octal 54 4 151 72 140 0 73 410 135 25
Binary 101100 100 1101001 111010 1100000 0 111011 100001000 1011101 10101

Color Harmonies of #2C0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0469

Black with #2C0469

Text Example


Text Example

White with #2C0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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