Html Css Color HEX #830BFD Electric Indigo

📋 copy color: '#830BFD'

red 131 ◦ green 11 ◦ blue 253

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

Shades of Electric Indigo #830BFD

Tints of Electric Indigo #830BFD

RGB

 RED value IS 131 (51.56% from 255) = 33.16%

 GREEN value IS 11 (4.69% from 255) = 2.78%

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 33.16%
G = 2.78%
B = 64.05%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#830BFD (or 0x830BFD) is known color: Electric Indigo. HEX triplet: 83, 0B and FD. RGB value is (131,11,253). Sum of RGB (Red+Green+Blue) = 131+11+253=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #830BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BFD is #7CF402. Grayscale: #494949. Windows color (decimal): -8188931 or 16583555. OLE color: 16583555.

HSL color Cylindrical-coordinate representation of color #830BFD: hue angle of 269.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830BFD is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 11 253 -
CMYK 0.48 0.96 0 0.01
HSL 269.75º 0.98% 0.52% -
HSV(B) 269.75º 0.96% 0.99% -
XYZ 27.21 12.16 93.84 -
YUV 74.47 228.76 168.32 -
System Red Green Blue C M Y K H S L
Decimal 131 11 253 0.48 0.96 0 0.01 269.75 0.98 0.52
Hex 83 B FD 30 60 0 1 10E 62 34
Octal 203 13 375 60 140 0 1 416 142 64
Binary 10000011 1011 11111101 110000 1100000 0 1 100001110 1100010 110100

Color Harmonies of #830BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BFD

Black with #830BFD

Text Example


Text Example

White with #830BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830BFD; }

 p { color: rgb(131,11,253); }

 H1.HeaderClassName
 {
   color: #830BFD;
 }
 .AnyTagClassName
 {
   color: #830BFD;
 }
</style>

background-color css

<style>
 a { background-color: #830BFD; }

 a { background-color: rgb(131,11,253); }

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

border-color css

<style>
 span { border-color: #830BFD; }

 span { border-color: rgb(131,11,253); }

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