Html Css Color HEX #2C1369 Persian Indigo

📋 copy color: '#2C1369'

red 44 ◦ green 19 ◦ blue 105

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

Shades of Persian Indigo #2C1369

Tints of Persian Indigo #2C1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 26.19%
G = 11.31%
B = 62.5%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C1369 (or 0x2C1369) is known color: Persian Indigo. HEX triplet: 2C, 13 and 69. RGB value is (44,19,105). Sum of RGB (Red+Green+Blue) = 44+19+105=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1369 is #D3EC96. Grayscale: #232323. Windows color (decimal): -13888663 or 6886188. OLE color: 6886188.

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

Color convert

RGB 44 19 105 -
CMYK 0.58 0.82 0 0.59
HSL 257.44º 0.69% 0.24% -
HSV(B) 257.44º 0.82% 0.41% -
XYZ 3.82 2.02 13.55 -
YUV 36.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 44 19 105 0.58 0.82 0 0.59 257.44 0.69 0.24
Hex 2C 13 69 3A 52 0 3B 101 45 18
Octal 54 23 151 72 122 0 73 401 105 30
Binary 101100 10011 1101001 111010 1010010 0 111011 100000001 1000101 11000

Color Harmonies of #2C1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1369

Black with #2C1369

Text Example


Text Example

White with #2C1369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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