Html Css Color HEX #2C1286 Persian Indigo

📋 copy color: '#2C1286'

red 44 ◦ green 18 ◦ blue 134

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

Shades of Persian Indigo #2C1286

Tints of Persian Indigo #2C1286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 68.37%

R = 22.45%
G = 9.18%
B = 68.37%

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

#2C1286 (or 0x2C1286) is known color: Persian Indigo. HEX triplet: 2C, 12 and 86. RGB value is (44,18,134). Sum of RGB (Red+Green+Blue) = 44+18+134=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 134 (52.73% from 255 or 68.37% from 196); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C1286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1286 is #D3ED79. Grayscale: #262626. Windows color (decimal): -13888890 or 8786476. OLE color: 8786476.

HSL color Cylindrical-coordinate representation of color #2C1286: hue angle of 253.45º 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 #2C1286 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 18 134 -
CMYK 0.67 0.87 0 0.47
HSL 253.45º 0.76% 0.3% -
HSV(B) 253.45º 0.87% 0.53% -
XYZ 5.56 2.69 22.78 -
YUV 39 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 44 18 134 0.67 0.87 0 0.47 253.45 0.76 0.3
Hex 2C 12 86 43 57 0 2F FD 4C 1E
Octal 54 22 206 103 127 0 57 375 114 36
Binary 101100 10010 10000110 1000011 1010111 0 101111 11111101 1001100 11110

Color Harmonies of #2C1286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1286

Black with #2C1286

Text Example


Text Example

White with #2C1286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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