Html Css Color HEX #1C0271 Persian Indigo

📋 copy color: '#1C0271'

red 28 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #1C0271

Tints of Persian Indigo #1C0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 19.58%
G = 1.4%
B = 79.02%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C0271 (or 0x1C0271) is known color: Persian Indigo. HEX triplet: 1C, 02 and 71. RGB value is (28,2,113). Sum of RGB (Red+Green+Blue) = 28+2+113=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0271 is #E3FD8E. Grayscale: #161616. Windows color (decimal): -14941583 or 7406108. OLE color: 7406108.

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

Color convert

RGB 28 2 113 -
CMYK 0.75 0.98 0 0.56
HSL 254.05º 0.97% 0.23% -
HSV(B) 254.05º 0.98% 0.44% -
XYZ 3.48 1.48 15.73 -
YUV 22.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 28 2 113 0.75 0.98 0 0.56 254.05 0.97 0.23
Hex 1C 2 71 4B 62 0 38 FE 61 17
Octal 34 2 161 113 142 0 70 376 141 27
Binary 11100 10 1110001 1001011 1100010 0 111000 11111110 1100001 10111

Color Harmonies of #1C0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0271

Black with #1C0271

Text Example


Text Example

White with #1C0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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