Html Css Color HEX #65029F Indigo

📋 copy color: '#65029F'

red 101 ◦ green 2 ◦ blue 159

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

Shades of Indigo #65029F

Tints of Indigo #65029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 159 (62.5% from 255) = 60.69%

R = 38.55%
G = 0.76%
B = 60.69%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65029F (or 0x65029F) is known color: Indigo. HEX triplet: 65, 02 and 9F. RGB value is (101,2,159). Sum of RGB (Red+Green+Blue) = 101+2+159=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #65029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65029F is #9AFD60. Grayscale: #303030. Windows color (decimal): -10157409 or 10420837. OLE color: 10420837.

HSL color Cylindrical-coordinate representation of color #65029F: hue angle of 277.83º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65029F is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 2 159 -
CMYK 0.36 0.99 0 0.38
HSL 277.83º 0.98% 0.32% -
HSV(B) 277.83º 0.99% 0.62% -
XYZ 11.65 5.31 33.21 -
YUV 49.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 101 2 159 0.36 0.99 0 0.38 277.83 0.98 0.32
Hex 65 2 9F 24 63 0 26 116 62 20
Octal 145 2 237 44 143 0 46 426 142 40
Binary 1100101 10 10011111 100100 1100011 0 100110 100010110 1100010 100000

Color Harmonies of #65029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65029F

Black with #65029F

Text Example


Text Example

White with #65029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,2,159); }

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

background-color css

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

 a { background-color: rgb(101,2,159); }

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

border-color css

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

 span { border-color: rgb(101,2,159); }

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