Html Css Color HEX #2C1287 Persian Indigo

📋 copy color: '#2C1287'

red 44 ◦ green 18 ◦ blue 135

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

Shades of Persian Indigo #2C1287

Tints of Persian Indigo #2C1287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 135 (53.13% from 255) = 68.53%

R = 22.34%
G = 9.14%
B = 68.53%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2C1287 (or 0x2C1287) is known color: Persian Indigo. HEX triplet: 2C, 12 and 87. RGB value is (44,18,135). Sum of RGB (Red+Green+Blue) = 44+18+135=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C1287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1287 is #D3ED78. Grayscale: #262626. Windows color (decimal): -13888889 or 8852012. OLE color: 8852012.

HSL color Cylindrical-coordinate representation of color #2C1287: hue angle of 253.33º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C1287 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 18 135 -
CMYK 0.67 0.87 0 0.47
HSL 253.33º 0.76% 0.3% -
HSV(B) 253.33º 0.87% 0.53% -
XYZ 5.63 2.72 23.15 -
YUV 39.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 44 18 135 0.67 0.87 0 0.47 253.33 0.76 0.3
Hex 2C 12 87 43 57 0 2F FD 4C 1E
Octal 54 22 207 103 127 0 57 375 114 36
Binary 101100 10010 10000111 1000011 1010111 0 101111 11111101 1001100 11110

Color Harmonies of #2C1287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1287

Black with #2C1287

Text Example


Text Example

White with #2C1287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,18,135); }

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

background-color css

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

 a { background-color: rgb(44,18,135); }

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

border-color css

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

 span { border-color: rgb(44,18,135); }

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