Html Css Color HEX #5F0094 Indigo

📋 copy color: '#5F0094'

red 95 ◦ green 0 ◦ blue 148

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

Shades of Indigo #5F0094

Tints of Indigo #5F0094

RGB

 RED value IS 95 (37.5% from 255) = 39.09%

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

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 39.09%
G = 0%
B = 60.91%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5F0094 (or 0x5F0094) is known color: Indigo. HEX triplet: 5F, 00 and 94. RGB value is (95,0,148). Sum of RGB (Red+Green+Blue) = 95+0+148=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F0094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0094 is #A0FF6B. Grayscale: #2C2C2C. Windows color (decimal): -10551148 or 9699423. OLE color: 9699423.

HSL color Cylindrical-coordinate representation of color #5F0094: hue angle of 278.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0094 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 0 148 -
CMYK 0.36 1 0 0.42
HSL 278.51º 1% 0.29% -
HSV(B) 278.51º 1% 0.58% -
XYZ 10.06 4.57 28.37 -
YUV 45.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 95 0 148 0.36 1 0 0.42 278.51 1 0.29
Hex 5F 0 94 24 64 0 2A 117 64 1D
Octal 137 0 224 44 144 0 52 427 144 35
Binary 1011111 0 10010100 100100 1100100 0 101010 100010111 1100100 11101

Color Harmonies of #5F0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0094

Black with #5F0094

Text Example


Text Example

White with #5F0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F0094; }

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

 H1.HeaderClassName
 {
   color: #5F0094;
 }
 .AnyTagClassName
 {
   color: #5F0094;
 }
</style>

background-color css

<style>
 a { background-color: #5F0094; }

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

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

border-color css

<style>
 span { border-color: #5F0094; }

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

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