Html Css Color HEX #630CDF Electric Indigo

📋 copy color: '#630CDF'

red 99 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #630CDF

Tints of Electric Indigo #630CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 29.64%
G = 3.59%
B = 66.77%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#630CDF (or 0x630CDF) is known color: Electric Indigo. HEX triplet: 63, 0C and DF. RGB value is (99,12,223). Sum of RGB (Red+Green+Blue) = 99+12+223=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #630CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CDF is #9CF320. Grayscale: #3D3D3D. Windows color (decimal): -10285857 or 14617699. OLE color: 14617699.

HSL color Cylindrical-coordinate representation of color #630CDF: hue angle of 264.74º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630CDF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 12 223 -
CMYK 0.56 0.95 0 0.13
HSL 264.74º 0.9% 0.46% -
HSV(B) 264.74º 0.95% 0.87% -
XYZ 18.6 8.24 70.42 -
YUV 62.07 218.82 154.34 -
System Red Green Blue C M Y K H S L
Decimal 99 12 223 0.56 0.95 0 0.13 264.74 0.9 0.46
Hex 63 C DF 38 5F 0 D 109 5A 2E
Octal 143 14 337 70 137 0 15 411 132 56
Binary 1100011 1100 11011111 111000 1011111 0 1101 100001001 1011010 101110

Color Harmonies of #630CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CDF

Black with #630CDF

Text Example


Text Example

White with #630CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630CDF; }

 p { color: rgb(99,12,223); }

 H1.HeaderClassName
 {
   color: #630CDF;
 }
 .AnyTagClassName
 {
   color: #630CDF;
 }
</style>

background-color css

<style>
 a { background-color: #630CDF; }

 a { background-color: rgb(99,12,223); }

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

border-color css

<style>
 span { border-color: #630CDF; }

 span { border-color: rgb(99,12,223); }

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