Html Css Color HEX #2C0175 Persian Indigo

📋 copy color: '#2C0175'

red 44 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #2C0175

Tints of Persian Indigo #2C0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 117 (46.09% from 255) = 72.22%

R = 27.16%
G = 0.62%
B = 72.22%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C0175 (or 0x2C0175) is known color: Persian Indigo. HEX triplet: 2C, 01 and 75. RGB value is (44,1,117). Sum of RGB (Red+Green+Blue) = 44+1+117=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0175 is #D3FE8A. Grayscale: #1A1A1A. Windows color (decimal): -13893259 or 7668012. OLE color: 7668012.

HSL color Cylindrical-coordinate representation of color #2C0175: hue angle of 262.24º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0175 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 1 117 -
CMYK 0.62 0.99 0 0.54
HSL 262.24º 0.98% 0.23% -
HSV(B) 262.24º 0.99% 0.46% -
XYZ 4.26 1.84 16.96 -
YUV 27.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 44 1 117 0.62 0.99 0 0.54 262.24 0.98 0.23
Hex 2C 1 75 3E 63 0 36 106 62 17
Octal 54 1 165 76 143 0 66 406 142 27
Binary 101100 1 1110101 111110 1100011 0 110110 100000110 1100010 10111

Color Harmonies of #2C0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0175

Black with #2C0175

Text Example


Text Example

White with #2C0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,1,117); }

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

background-color css

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

 a { background-color: rgb(44,1,117); }

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

border-color css

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

 span { border-color: rgb(44,1,117); }

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