Html Css Color HEX #65039C Indigo

📋 copy color: '#65039C'

red 101 ◦ green 3 ◦ blue 156

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

Shades of Indigo #65039C

Tints of Indigo #65039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 156 (61.33% from 255) = 60%

R = 38.85%
G = 1.15%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65039C (or 0x65039C) is known color: Indigo. HEX triplet: 65, 03 and 9C. RGB value is (101,3,156). Sum of RGB (Red+Green+Blue) = 101+3+156=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #65039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65039C is #9AFC63. Grayscale: #313131. Windows color (decimal): -10157156 or 10224485. OLE color: 10224485.

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

Color convert

RGB 101 3 156 -
CMYK 0.35 0.98 0 0.39
HSL 278.43º 0.96% 0.31% -
HSV(B) 278.43º 0.98% 0.61% -
XYZ 11.4 5.23 31.86 -
YUV 49.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 101 3 156 0.35 0.98 0 0.39 278.43 0.96 0.31
Hex 65 3 9C 23 62 0 27 116 60 1F
Octal 145 3 234 43 142 0 47 426 140 37
Binary 1100101 11 10011100 100011 1100010 0 100111 100010110 1100000 11111

Color Harmonies of #65039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65039C

Black with #65039C

Text Example


Text Example

White with #65039C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65039C; }

 p { color: rgb(101,3,156); }

 H1.HeaderClassName
 {
   color: #65039C;
 }
 .AnyTagClassName
 {
   color: #65039C;
 }
</style>

background-color css

<style>
 a { background-color: #65039C; }

 a { background-color: rgb(101,3,156); }

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

border-color css

<style>
 span { border-color: #65039C; }

 span { border-color: rgb(101,3,156); }

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