Html Css Color HEX #65078D Indigo

📋 copy color: '#65078D'

red 101 ◦ green 7 ◦ blue 141

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

Shades of Indigo #65078D

Tints of Indigo #65078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 40.56%
G = 2.81%
B = 56.63%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65078D (or 0x65078D) is known color: Indigo. HEX triplet: 65, 07 and 8D. RGB value is (101,7,141). Sum of RGB (Red+Green+Blue) = 101+7+141=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #65078D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65078D is #9AF872. Grayscale: #313131. Windows color (decimal): -10156147 or 9242469. OLE color: 9242469.

HSL color Cylindrical-coordinate representation of color #65078D: hue angle of 282.09º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65078D is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 7 141 -
CMYK 0.28 0.95 0 0.45
HSL 282.09º 0.91% 0.29% -
HSV(B) 282.09º 0.95% 0.55% -
XYZ 10.25 4.84 25.59 -
YUV 50.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 101 7 141 0.28 0.95 0 0.45 282.09 0.91 0.29
Hex 65 7 8D 1C 5F 0 2D 11A 5B 1D
Octal 145 7 215 34 137 0 55 432 133 35
Binary 1100101 111 10001101 11100 1011111 0 101101 100011010 1011011 11101

Color Harmonies of #65078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65078D

Black with #65078D

Text Example


Text Example

White with #65078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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