Html Css Color HEX #65068A Indigo

📋 copy color: '#65068A'

red 101 ◦ green 6 ◦ blue 138

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

Shades of Indigo #65068A

Tints of Indigo #65068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 41.22%
G = 2.45%
B = 56.33%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#65068A (or 0x65068A) is known color: Indigo. HEX triplet: 65, 06 and 8A. RGB value is (101,6,138). Sum of RGB (Red+Green+Blue) = 101+6+138=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #65068A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65068A is #9AF975. Grayscale: #313131. Windows color (decimal): -10156406 or 9045605. OLE color: 9045605.

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

Color convert

RGB 101 6 138 -
CMYK 0.27 0.96 0 0.46
HSL 283.18º 0.92% 0.28% -
HSV(B) 283.18º 0.96% 0.54% -
XYZ 10.02 4.73 24.43 -
YUV 49.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 101 6 138 0.27 0.96 0 0.46 283.18 0.92 0.28
Hex 65 6 8A 1B 60 0 2E 11B 5C 1C
Octal 145 6 212 33 140 0 56 433 134 34
Binary 1100101 110 10001010 11011 1100000 0 101110 100011011 1011100 11100

Color Harmonies of #65068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65068A

Black with #65068A

Text Example


Text Example

White with #65068A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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