Html Css Color HEX #2C0370 Persian Indigo

📋 copy color: '#2C0370'

red 44 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #2C0370

Tints of Persian Indigo #2C0370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 112 (44.14% from 255) = 70.44%

R = 27.67%
G = 1.89%
B = 70.44%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C0370 (or 0x2C0370) is known color: Persian Indigo. HEX triplet: 2C, 03 and 70. RGB value is (44,3,112). Sum of RGB (Red+Green+Blue) = 44+3+112=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C0370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0370 is #D3FC8F. Grayscale: #1B1B1B. Windows color (decimal): -13892752 or 7340844. OLE color: 7340844.

HSL color Cylindrical-coordinate representation of color #2C0370: hue angle of 262.57º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C0370 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 3 112 -
CMYK 0.61 0.97 0 0.56
HSL 262.57º 0.95% 0.23% -
HSV(B) 262.57º 0.97% 0.44% -
XYZ 4 1.77 15.46 -
YUV 27.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 44 3 112 0.61 0.97 0 0.56 262.57 0.95 0.23
Hex 2C 3 70 3D 61 0 38 107 5F 17
Octal 54 3 160 75 141 0 70 407 137 27
Binary 101100 11 1110000 111101 1100001 0 111000 100000111 1011111 10111

Color Harmonies of #2C0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0370

Black with #2C0370

Text Example


Text Example

White with #2C0370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,3,112); }

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

background-color css

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

 a { background-color: rgb(44,3,112); }

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

border-color css

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

 span { border-color: rgb(44,3,112); }

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