Html Css Color HEX #65087F Indigo

📋 copy color: '#65087F'

red 101 ◦ green 8 ◦ blue 127

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

Shades of Indigo #65087F

Tints of Indigo #65087F

RGB

 RED value IS 101 (39.84% from 255) = 42.8%

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 127 (50% from 255) = 53.81%

R = 42.8%
G = 3.39%
B = 53.81%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65087F (or 0x65087F) is known color: Indigo. HEX triplet: 65, 08 and 7F. RGB value is (101,8,127). Sum of RGB (Red+Green+Blue) = 101+8+127=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #65087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65087F is #9AF780. Grayscale: #303030. Windows color (decimal): -10155905 or 8325221. OLE color: 8325221.

HSL color Cylindrical-coordinate representation of color #65087F: hue angle of 286.89º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65087F is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 8 127 -
CMYK 0.20 0.94 0 0.50
HSL 286.89º 0.88% 0.26% -
HSV(B) 286.89º 0.94% 0.5% -
XYZ 9.28 4.47 20.45 -
YUV 49.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 101 8 127 0.20 0.94 0 0.50 286.89 0.88 0.26
Hex 65 8 7F 14 5E 0 32 11F 58 1A
Octal 145 10 177 24 136 0 62 437 130 32
Binary 1100101 1000 1111111 10100 1011110 0 110010 100011111 1011000 11010

Color Harmonies of #65087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65087F

Black with #65087F

Text Example


Text Example

White with #65087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65087F; }

 p { color: rgb(101,8,127); }

 H1.HeaderClassName
 {
   color: #65087F;
 }
 .AnyTagClassName
 {
   color: #65087F;
 }
</style>

background-color css

<style>
 a { background-color: #65087F; }

 a { background-color: rgb(101,8,127); }

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

border-color css

<style>
 span { border-color: #65087F; }

 span { border-color: rgb(101,8,127); }

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