Html Css Color HEX #65067F Indigo

📋 copy color: '#65067F'

red 101 ◦ green 6 ◦ blue 127

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

Shades of Indigo #65067F

Tints of Indigo #65067F

RGB

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

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

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

R = 43.16%
G = 2.56%
B = 54.27%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65067F (or 0x65067F) is known color: Indigo. HEX triplet: 65, 06 and 7F. RGB value is (101,6,127). Sum of RGB (Red+Green+Blue) = 101+6+127=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #65067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65067F is #9AF980. Grayscale: #2F2F2F. Windows color (decimal): -10156417 or 8324709. OLE color: 8324709.

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

Color convert

RGB 101 6 127 -
CMYK 0.20 0.95 0 0.50
HSL 287.11º 0.91% 0.26% -
HSV(B) 287.11º 0.95% 0.5% -
XYZ 9.26 4.43 20.45 -
YUV 48.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 101 6 127 0.20 0.95 0 0.50 287.11 0.91 0.26
Hex 65 6 7F 14 5F 0 32 11F 5B 1A
Octal 145 6 177 24 137 0 62 437 133 32
Binary 1100101 110 1111111 10100 1011111 0 110010 100011111 1011011 11010

Color Harmonies of #65067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65067F

Black with #65067F

Text Example


Text Example

White with #65067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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