Html Css Color HEX #230E59 Violent Violet

📋 copy color: '#230E59'

red 35 ◦ green 14 ◦ blue 89

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

Shades of Violent Violet #230E59

Tints of Violent Violet #230E59

RGB

 RED value IS 35 (14.06% from 255) = 25.36%

 GREEN value IS 14 (5.86% from 255) = 10.14%

 BLUE value IS 89 (35.16% from 255) = 64.49%

R = 25.36%
G = 10.14%
B = 64.49%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#230E59 (or 0x230E59) is known color: Violent Violet. HEX triplet: 23, 0E and 59. RGB value is (35,14,89). Sum of RGB (Red+Green+Blue) = 35+14+89=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #230E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E59 is #DCF1A6. Grayscale: #1C1C1C. Windows color (decimal): -14479783 or 5836323. OLE color: 5836323.

HSL color Cylindrical-coordinate representation of color #230E59: hue angle of 256.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #230E59 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 14 89 -
CMYK 0.61 0.84 0 0.65
HSL 256.8º 0.73% 0.2% -
HSV(B) 256.8º 0.84% 0.35% -
XYZ 2.65 1.39 9.58 -
YUV 28.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 35 14 89 0.61 0.84 0 0.65 256.8 0.73 0.2
Hex 23 E 59 3D 54 0 41 101 49 14
Octal 43 16 131 75 124 0 101 401 111 24
Binary 100011 1110 1011001 111101 1010100 0 1000001 100000001 1001001 10100

Color Harmonies of #230E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E59

Black with #230E59

Text Example


Text Example

White with #230E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230E59; }

 p { color: rgb(35,14,89); }

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

background-color css

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

 a { background-color: rgb(35,14,89); }

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

border-color css

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

 span { border-color: rgb(35,14,89); }

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