Html Css Color HEX #65129A Indigo

📋 copy color: '#65129A'

red 101 ◦ green 18 ◦ blue 154

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

Shades of Indigo #65129A

Tints of Indigo #65129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 154 (60.55% from 255) = 56.41%

R = 37%
G = 6.59%
B = 56.41%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#65129A (or 0x65129A) is known color: Indigo. HEX triplet: 65, 12 and 9A. RGB value is (101,18,154). Sum of RGB (Red+Green+Blue) = 101+18+154=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #65129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65129A is #9AED65. Grayscale: #393939. Windows color (decimal): -10153318 or 10097253. OLE color: 10097253.

HSL color Cylindrical-coordinate representation of color #65129A: hue angle of 276.62º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65129A is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 18 154 -
CMYK 0.34 0.88 0 0.40
HSL 276.62º 0.79% 0.34% -
HSV(B) 276.62º 0.88% 0.6% -
XYZ 11.42 5.53 31.04 -
YUV 58.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 101 18 154 0.34 0.88 0 0.40 276.62 0.79 0.34
Hex 65 12 9A 22 58 0 28 115 4F 22
Octal 145 22 232 42 130 0 50 425 117 42
Binary 1100101 10010 10011010 100010 1011000 0 101000 100010101 1001111 100010

Color Harmonies of #65129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65129A

Black with #65129A

Text Example


Text Example

White with #65129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65129A; }

 p { color: rgb(101,18,154); }

 H1.HeaderClassName
 {
   color: #65129A;
 }
 .AnyTagClassName
 {
   color: #65129A;
 }
</style>

background-color css

<style>
 a { background-color: #65129A; }

 a { background-color: rgb(101,18,154); }

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

border-color css

<style>
 span { border-color: #65129A; }

 span { border-color: rgb(101,18,154); }

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