Html Css Color HEX #2C1985 Persian Indigo

📋 copy color: '#2C1985'

red 44 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #2C1985

Tints of Persian Indigo #2C1985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 133 (52.34% from 255) = 65.84%

R = 21.78%
G = 12.38%
B = 65.84%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2C1985 (or 0x2C1985) is known color: Persian Indigo. HEX triplet: 2C, 19 and 85. RGB value is (44,25,133). Sum of RGB (Red+Green+Blue) = 44+25+133=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C1985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1985 is #D3E67A. Grayscale: #2A2A2A. Windows color (decimal): -13887099 or 8722732. OLE color: 8722732.

HSL color Cylindrical-coordinate representation of color #2C1985: hue angle of 250.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C1985 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 25 133 -
CMYK 0.67 0.81 0 0.48
HSL 250.56º 0.68% 0.31% -
HSV(B) 250.56º 0.81% 0.52% -
XYZ 5.62 2.92 22.46 -
YUV 42.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 44 25 133 0.67 0.81 0 0.48 250.56 0.68 0.31
Hex 2C 19 85 43 51 0 30 FB 44 1F
Octal 54 31 205 103 121 0 60 373 104 37
Binary 101100 11001 10000101 1000011 1010001 0 110000 11111011 1000100 11111

Color Harmonies of #2C1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1985

Black with #2C1985

Text Example


Text Example

White with #2C1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,25,133); }

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

background-color css

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

 a { background-color: rgb(44,25,133); }

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

border-color css

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

 span { border-color: rgb(44,25,133); }

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