Html Css Color HEX #6302E5 Electric Indigo

📋 copy color: '#6302E5'

red 99 ◦ green 2 ◦ blue 229

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

Shades of Electric Indigo #6302E5

Tints of Electric Indigo #6302E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 69.39%

R = 30%
G = 0.61%
B = 69.39%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6302E5 (or 0x6302E5) is known color: Electric Indigo. HEX triplet: 63, 02 and E5. RGB value is (99,2,229). Sum of RGB (Red+Green+Blue) = 99+2+229=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 229 (89.84% from 255 or 69.39% from 330); Max value from RGB is 229 - color contains mainly: blue. Hex color #6302E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302E5 is #9CFD1A. Grayscale: #383838. Windows color (decimal): -10288411 or 15008355. OLE color: 15008355.

HSL color Cylindrical-coordinate representation of color #6302E5: hue angle of 265.64º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302E5 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 99 2 229 -
CMYK 0.57 0.99 0 0.10
HSL 265.64º 0.98% 0.45% -
HSV(B) 265.64º 0.99% 0.9% -
XYZ 19.31 8.35 74.72 -
YUV 56.88 225.14 158.04 -
System Red Green Blue C M Y K H S L
Decimal 99 2 229 0.57 0.99 0 0.10 265.64 0.98 0.45
Hex 63 2 E5 39 63 0 A 10A 62 2D
Octal 143 2 345 71 143 0 12 412 142 55
Binary 1100011 10 11100101 111001 1100011 0 1010 100001010 1100010 101101

Color Harmonies of #6302E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302E5

Black with #6302E5

Text Example


Text Example

White with #6302E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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