Html Css Color HEX #65078A Indigo

📋 copy color: '#65078A'

red 101 ◦ green 7 ◦ blue 138

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

Shades of Indigo #65078A

Tints of Indigo #65078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

 BLUE value IS 138 (54.3% from 255) = 56.1%

R = 41.06%
G = 2.85%
B = 56.1%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65078A (or 0x65078A) is known color: Indigo. HEX triplet: 65, 07 and 8A. RGB value is (101,7,138). Sum of RGB (Red+Green+Blue) = 101+7+138=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #65078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65078A is #9AF875. Grayscale: #313131. Windows color (decimal): -10156150 or 9045861. OLE color: 9045861.

HSL color Cylindrical-coordinate representation of color #65078A: hue angle of 283.05º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65078A is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 7 138 -
CMYK 0.27 0.95 0 0.46
HSL 283.05º 0.9% 0.28% -
HSV(B) 283.05º 0.95% 0.54% -
XYZ 10.03 4.75 24.43 -
YUV 50.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 101 7 138 0.27 0.95 0 0.46 283.05 0.9 0.28
Hex 65 7 8A 1B 5F 0 2E 11B 5A 1C
Octal 145 7 212 33 137 0 56 433 132 34
Binary 1100101 111 10001010 11011 1011111 0 101110 100011011 1011010 11100

Color Harmonies of #65078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65078A

Black with #65078A

Text Example


Text Example

White with #65078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,7,138); }

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

background-color css

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

 a { background-color: rgb(101,7,138); }

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

border-color css

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

 span { border-color: rgb(101,7,138); }

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