Html Css Color HEX #1C0071 Persian Indigo

📋 copy color: '#1C0071'

red 28 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #1C0071

Tints of Persian Indigo #1C0071

RGB

 RED value IS 28 (11.33% from 255) = 19.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 80.14%

R = 19.86%
G = 0%
B = 80.14%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C0071 (or 0x1C0071) is known color: Persian Indigo. HEX triplet: 1C, 00 and 71. RGB value is (28,0,113). Sum of RGB (Red+Green+Blue) = 28+0+113=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C0071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0071 is #E3FF8E. Grayscale: #141414. Windows color (decimal): -14942095 or 7405596. OLE color: 7405596.

HSL color Cylindrical-coordinate representation of color #1C0071: hue angle of 254.87º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0071 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 0 113 -
CMYK 0.75 1 0 0.56
HSL 254.87º 1% 0.22% -
HSV(B) 254.87º 1% 0.44% -
XYZ 3.46 1.44 15.72 -
YUV 21.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 28 0 113 0.75 1 0 0.56 254.87 1 0.22
Hex 1C 0 71 4B 64 0 38 FF 64 16
Octal 34 0 161 113 144 0 70 377 144 26
Binary 11100 0 1110001 1001011 1100100 0 111000 11111111 1100100 10110

Color Harmonies of #1C0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0071

Black with #1C0071

Text Example


Text Example

White with #1C0071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C0071; }

 p { color: rgb(28,0,113); }

 H1.HeaderClassName
 {
   color: #1C0071;
 }
 .AnyTagClassName
 {
   color: #1C0071;
 }
</style>

background-color css

<style>
 a { background-color: #1C0071; }

 a { background-color: rgb(28,0,113); }

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

border-color css

<style>
 span { border-color: #1C0071; }

 span { border-color: rgb(28,0,113); }

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