Html Css Color HEX #6302A1 Indigo

📋 copy color: '#6302A1'

red 99 ◦ green 2 ◦ blue 161

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

Shades of Indigo #6302A1

Tints of Indigo #6302A1

RGB

 RED value IS 99 (39.06% from 255) = 37.79%

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

 BLUE value IS 161 (63.28% from 255) = 61.45%

R = 37.79%
G = 0.76%
B = 61.45%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6302A1 (or 0x6302A1) is known color: Indigo. HEX triplet: 63, 02 and A1. RGB value is (99,2,161). Sum of RGB (Red+Green+Blue) = 99+2+161=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #6302A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6302A1 is #9CFD5E. Grayscale: #303030. Windows color (decimal): -10288479 or 10551907. OLE color: 10551907.

HSL color Cylindrical-coordinate representation of color #6302A1: hue angle of 276.6º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302A1 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 2 161 -
CMYK 0.39 0.99 0 0.37
HSL 276.6º 0.98% 0.32% -
HSV(B) 276.6º 0.99% 0.63% -
XYZ 11.6 5.27 34.12 -
YUV 49.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 99 2 161 0.39 0.99 0 0.37 276.6 0.98 0.32
Hex 63 2 A1 27 63 0 25 115 62 20
Octal 143 2 241 47 143 0 45 425 142 40
Binary 1100011 10 10100001 100111 1100011 0 100101 100010101 1100010 100000

Color Harmonies of #6302A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302A1

Black with #6302A1

Text Example


Text Example

White with #6302A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6302A1; }

 p { color: rgb(99,2,161); }

 H1.HeaderClassName
 {
   color: #6302A1;
 }
 .AnyTagClassName
 {
   color: #6302A1;
 }
</style>

background-color css

<style>
 a { background-color: #6302A1; }

 a { background-color: rgb(99,2,161); }

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

border-color css

<style>
 span { border-color: #6302A1; }

 span { border-color: rgb(99,2,161); }

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