Html Css Color HEX #250253 Violent Violet

📋 copy color: '#250253'

red 37 ◦ green 2 ◦ blue 83

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

Shades of Violent Violet #250253

Tints of Violent Violet #250253

RGB

 RED value IS 37 (14.84% from 255) = 30.33%

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

 BLUE value IS 83 (32.81% from 255) = 68.03%

R = 30.33%
G = 1.64%
B = 68.03%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#250253 (or 0x250253) is known color: Violent Violet. HEX triplet: 25, 02 and 53. RGB value is (37,2,83). Sum of RGB (Red+Green+Blue) = 37+2+83=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #250253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250253 is #DAFDAC. Grayscale: #151515. Windows color (decimal): -14351789 or 5440037. OLE color: 5440037.

HSL color Cylindrical-coordinate representation of color #250253: hue angle of 265.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #250253 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 2 83 -
CMYK 0.55 0.98 0 0.67
HSL 265.93º 0.95% 0.17% -
HSV(B) 265.93º 0.98% 0.33% -
XYZ 2.35 1.06 8.26 -
YUV 21.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 37 2 83 0.55 0.98 0 0.67 265.93 0.95 0.17
Hex 25 2 53 37 62 0 43 10A 5F 11
Octal 45 2 123 67 142 0 103 412 137 21
Binary 100101 10 1010011 110111 1100010 0 1000011 100001010 1011111 10001

Color Harmonies of #250253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250253

Black with #250253

Text Example


Text Example

White with #250253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250253; }

 p { color: rgb(37,2,83); }

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

background-color css

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

 a { background-color: rgb(37,2,83); }

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

border-color css

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

 span { border-color: rgb(37,2,83); }

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