Html Css Color HEX #65029B Indigo

📋 copy color: '#65029B'

red 101 ◦ green 2 ◦ blue 155

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

Shades of Indigo #65029B

Tints of Indigo #65029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 39.15%
G = 0.78%
B = 60.08%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65029B (or 0x65029B) is known color: Indigo. HEX triplet: 65, 02 and 9B. RGB value is (101,2,155). Sum of RGB (Red+Green+Blue) = 101+2+155=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #65029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65029B is #9AFD64. Grayscale: #303030. Windows color (decimal): -10157413 or 10158693. OLE color: 10158693.

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

Color convert

RGB 101 2 155 -
CMYK 0.35 0.99 0 0.39
HSL 278.82º 0.97% 0.31% -
HSV(B) 278.82º 0.99% 0.61% -
XYZ 11.3 5.18 31.41 -
YUV 49.04 187.8 165.06 -
System Red Green Blue C M Y K H S L
Decimal 101 2 155 0.35 0.99 0 0.39 278.82 0.97 0.31
Hex 65 2 9B 23 63 0 27 117 61 1F
Octal 145 2 233 43 143 0 47 427 141 37
Binary 1100101 10 10011011 100011 1100011 0 100111 100010111 1100001 11111

Color Harmonies of #65029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65029B

Black with #65029B

Text Example


Text Example

White with #65029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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