Html Css Color HEX #23125E Paris M

📋 copy color: '#23125E'

red 35 ◦ green 18 ◦ blue 94

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

Shades of Paris M #23125E

Tints of Paris M #23125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 94 (37.11% from 255) = 63.95%

R = 23.81%
G = 12.24%
B = 63.95%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23125E (or 0x23125E) is known color: Paris M. HEX triplet: 23, 12 and 5E. RGB value is (35,18,94). Sum of RGB (Red+Green+Blue) = 35+18+94=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #23125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23125E is #DCEDA1. Grayscale: #1F1F1F. Windows color (decimal): -14478754 or 6165027. OLE color: 6165027.

HSL color Cylindrical-coordinate representation of color #23125E: hue angle of 253.42º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23125E is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 18 94 -
CMYK 0.63 0.81 0 0.63
HSL 253.42º 0.68% 0.22% -
HSV(B) 253.42º 0.81% 0.37% -
XYZ 2.93 1.6 10.74 -
YUV 31.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 35 18 94 0.63 0.81 0 0.63 253.42 0.68 0.22
Hex 23 12 5E 3F 51 0 3F FD 44 16
Octal 43 22 136 77 121 0 77 375 104 26
Binary 100011 10010 1011110 111111 1010001 0 111111 11111101 1000100 10110

Color Harmonies of #23125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23125E

Black with #23125E

Text Example


Text Example

White with #23125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23125E; }

 p { color: rgb(35,18,94); }

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

background-color css

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

 a { background-color: rgb(35,18,94); }

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

border-color css

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

 span { border-color: rgb(35,18,94); }

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