Html Css Color HEX #1C016F Persian Indigo

📋 copy color: '#1C016F'

red 28 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #1C016F

Tints of Persian Indigo #1C016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 111 (43.75% from 255) = 79.29%

R = 20%
G = 0.71%
B = 79.29%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C016F (or 0x1C016F) is known color: Persian Indigo. HEX triplet: 1C, 01 and 6F. RGB value is (28,1,111). Sum of RGB (Red+Green+Blue) = 28+1+111=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C016F is #E3FE90. Grayscale: #151515. Windows color (decimal): -14941841 or 7274780. OLE color: 7274780.

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

Color convert

RGB 28 1 111 -
CMYK 0.75 0.99 0 0.56
HSL 254.73º 0.98% 0.22% -
HSV(B) 254.73º 0.99% 0.44% -
XYZ 3.36 1.42 15.14 -
YUV 21.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 28 1 111 0.75 0.99 0 0.56 254.73 0.98 0.22
Hex 1C 1 6F 4B 63 0 38 FF 62 16
Octal 34 1 157 113 143 0 70 377 142 26
Binary 11100 1 1101111 1001011 1100011 0 111000 11111111 1100010 10110

Color Harmonies of #1C016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C016F

Black with #1C016F

Text Example


Text Example

White with #1C016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,1,111); }

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

background-color css

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

 a { background-color: rgb(28,1,111); }

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

border-color css

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

 span { border-color: rgb(28,1,111); }

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