Html Css Color HEX #65029D Indigo

📋 copy color: '#65029D'

red 101 ◦ green 2 ◦ blue 157

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

Shades of Indigo #65029D

Tints of Indigo #65029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.38%

R = 38.85%
G = 0.77%
B = 60.38%

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

#65029D (or 0x65029D) is known color: Indigo. HEX triplet: 65, 02 and 9D. RGB value is (101,2,157). Sum of RGB (Red+Green+Blue) = 101+2+157=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #65029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65029D is #9AFD62. Grayscale: #303030. Windows color (decimal): -10157411 or 10289765. OLE color: 10289765.

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

Color convert

RGB 101 2 157 -
CMYK 0.36 0.99 0 0.38
HSL 278.32º 0.97% 0.31% -
HSV(B) 278.32º 0.99% 0.62% -
XYZ 11.47 5.24 32.31 -
YUV 49.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 101 2 157 0.36 0.99 0 0.38 278.32 0.97 0.31
Hex 65 2 9D 24 63 0 26 116 61 1F
Octal 145 2 235 44 143 0 46 426 141 37
Binary 1100101 10 10011101 100100 1100011 0 100110 100010110 1100001 11111

Color Harmonies of #65029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65029D

Black with #65029D

Text Example


Text Example

White with #65029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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