Html Css Color HEX #6302A4 Indigo

📋 copy color: '#6302A4'

red 99 ◦ green 2 ◦ blue 164

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

Shades of Indigo #6302A4

Tints of Indigo #6302A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 61.89%

R = 37.36%
G = 0.75%
B = 61.89%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6302A4 (or 0x6302A4) is known color: Indigo. HEX triplet: 63, 02 and A4. RGB value is (99,2,164). Sum of RGB (Red+Green+Blue) = 99+2+164=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #6302A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6302A4 is #9CFD5B. Grayscale: #303030. Windows color (decimal): -10288476 or 10748515. OLE color: 10748515.

HSL color Cylindrical-coordinate representation of color #6302A4: hue angle of 275.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302A4 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 2 164 -
CMYK 0.40 0.99 0 0.36
HSL 275.93º 0.98% 0.33% -
HSV(B) 275.93º 0.99% 0.64% -
XYZ 11.87 5.38 35.53 -
YUV 49.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 99 2 164 0.40 0.99 0 0.36 275.93 0.98 0.33
Hex 63 2 A4 28 63 0 24 114 62 21
Octal 143 2 244 50 143 0 44 424 142 41
Binary 1100011 10 10100100 101000 1100011 0 100100 100010100 1100010 100001

Color Harmonies of #6302A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302A4

Black with #6302A4

Text Example


Text Example

White with #6302A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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