Html Css Color HEX #2C0375 Persian Indigo

📋 copy color: '#2C0375'

red 44 ◦ green 3 ◦ blue 117

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

Shades of Persian Indigo #2C0375

Tints of Persian Indigo #2C0375

RGB

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

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

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

R = 26.83%
G = 1.83%
B = 71.34%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C0375 (or 0x2C0375) is known color: Persian Indigo. HEX triplet: 2C, 03 and 75. RGB value is (44,3,117). Sum of RGB (Red+Green+Blue) = 44+3+117=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C0375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0375 is #D3FC8A. Grayscale: #1B1B1B. Windows color (decimal): -13892747 or 7668524. OLE color: 7668524.

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

Color convert

RGB 44 3 117 -
CMYK 0.62 0.97 0 0.54
HSL 261.58º 0.95% 0.24% -
HSV(B) 261.58º 0.97% 0.46% -
XYZ 4.28 1.88 16.97 -
YUV 28.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 44 3 117 0.62 0.97 0 0.54 261.58 0.95 0.24
Hex 2C 3 75 3E 61 0 36 106 5F 18
Octal 54 3 165 76 141 0 66 406 137 30
Binary 101100 11 1110101 111110 1100001 0 110110 100000110 1011111 11000

Color Harmonies of #2C0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0375

Black with #2C0375

Text Example


Text Example

White with #2C0375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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