Html Css Color HEX #1C005F Persian Indigo

📋 copy color: '#1C005F'

red 28 ◦ green 0 ◦ blue 95

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

Shades of Persian Indigo #1C005F

Tints of Persian Indigo #1C005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 77.24%

R = 22.76%
G = 0%
B = 77.24%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C005F (or 0x1C005F) is known color: Persian Indigo. HEX triplet: 1C, 00 and 5F. RGB value is (28,0,95). Sum of RGB (Red+Green+Blue) = 28+0+95=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C005F is #E3FFA0. Grayscale: #121212. Windows color (decimal): -14942113 or 6225948. OLE color: 6225948.

HSL color Cylindrical-coordinate representation of color #1C005F: hue angle of 257.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C005F is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 0 95 -
CMYK 0.71 1 0 0.63
HSL 257.68º 1% 0.19% -
HSV(B) 257.68º 1% 0.37% -
XYZ 2.54 1.07 10.9 -
YUV 19.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 28 0 95 0.71 1 0 0.63 257.68 1 0.19
Hex 1C 0 5F 47 64 0 3F 102 64 13
Octal 34 0 137 107 144 0 77 402 144 23
Binary 11100 0 1011111 1000111 1100100 0 111111 100000010 1100100 10011

Color Harmonies of #1C005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C005F

Black with #1C005F

Text Example


Text Example

White with #1C005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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