Html Css Color HEX #1C016C Persian Indigo

📋 copy color: '#1C016C'

red 28 ◦ green 1 ◦ blue 108

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

Shades of Persian Indigo #1C016C

Tints of Persian Indigo #1C016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 78.83%

R = 20.44%
G = 0.73%
B = 78.83%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C016C (or 0x1C016C) is known color: Persian Indigo. HEX triplet: 1C, 01 and 6C. RGB value is (28,1,108). Sum of RGB (Red+Green+Blue) = 28+1+108=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C016C is #E3FE93. Grayscale: #141414. Windows color (decimal): -14941844 or 7078172. OLE color: 7078172.

HSL color Cylindrical-coordinate representation of color #1C016C: hue angle of 255.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C016C is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 1 108 -
CMYK 0.74 0.99 0 0.58
HSL 255.14º 0.98% 0.21% -
HSV(B) 255.14º 0.99% 0.42% -
XYZ 3.2 1.35 14.28 -
YUV 21.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 28 1 108 0.74 0.99 0 0.58 255.14 0.98 0.21
Hex 1C 1 6C 4A 63 0 3A FF 62 15
Octal 34 1 154 112 143 0 72 377 142 25
Binary 11100 1 1101100 1001010 1100011 0 111010 11111111 1100010 10101

Color Harmonies of #1C016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C016C

Black with #1C016C

Text Example


Text Example

White with #1C016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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