Html Css Color HEX #65027F Indigo

📋 copy color: '#65027F'

red 101 ◦ green 2 ◦ blue 127

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

Shades of Indigo #65027F

Tints of Indigo #65027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 127 (50% from 255) = 55.22%

R = 43.91%
G = 0.87%
B = 55.22%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65027F (or 0x65027F) is known color: Indigo. HEX triplet: 65, 02 and 7F. RGB value is (101,2,127). Sum of RGB (Red+Green+Blue) = 101+2+127=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #65027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65027F is #9AFD80. Grayscale: #2D2D2D. Windows color (decimal): -10157441 or 8323685. OLE color: 8323685.

HSL color Cylindrical-coordinate representation of color #65027F: hue angle of 287.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65027F is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 2 127 -
CMYK 0.20 0.98 0 0.50
HSL 287.52º 0.97% 0.25% -
HSV(B) 287.52º 0.98% 0.5% -
XYZ 9.22 4.34 20.43 -
YUV 45.85 173.8 167.34 -
System Red Green Blue C M Y K H S L
Decimal 101 2 127 0.20 0.98 0 0.50 287.52 0.97 0.25
Hex 65 2 7F 14 62 0 32 120 61 19
Octal 145 2 177 24 142 0 62 440 141 31
Binary 1100101 10 1111111 10100 1100010 0 110010 100100000 1100001 11001

Color Harmonies of #65027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65027F

Black with #65027F

Text Example


Text Example

White with #65027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65027F; }

 p { color: rgb(101,2,127); }

 H1.HeaderClassName
 {
   color: #65027F;
 }
 .AnyTagClassName
 {
   color: #65027F;
 }
</style>

background-color css

<style>
 a { background-color: #65027F; }

 a { background-color: rgb(101,2,127); }

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

border-color css

<style>
 span { border-color: #65027F; }

 span { border-color: rgb(101,2,127); }

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