Html Css Color HEX #23135F Paris M

📋 copy color: '#23135F'

red 35 ◦ green 19 ◦ blue 95

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

Shades of Paris M #23135F

Tints of Paris M #23135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

 BLUE value IS 95 (37.5% from 255) = 63.76%

R = 23.49%
G = 12.75%
B = 63.76%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23135F (or 0x23135F) is known color: Paris M. HEX triplet: 23, 13 and 5F. RGB value is (35,19,95). Sum of RGB (Red+Green+Blue) = 35+19+95=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #23135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23135F is #DCECA0. Grayscale: #202020. Windows color (decimal): -14478497 or 6230819. OLE color: 6230819.

HSL color Cylindrical-coordinate representation of color #23135F: hue angle of 252.63º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23135F is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 19 95 -
CMYK 0.63 0.80 0 0.63
HSL 252.63º 0.67% 0.22% -
HSV(B) 252.63º 0.8% 0.37% -
XYZ 2.99 1.65 10.99 -
YUV 32.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 35 19 95 0.63 0.80 0 0.63 252.63 0.67 0.22
Hex 23 13 5F 3F 50 0 3F FD 43 16
Octal 43 23 137 77 120 0 77 375 103 26
Binary 100011 10011 1011111 111111 1010000 0 111111 11111101 1000011 10110

Color Harmonies of #23135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23135F

Black with #23135F

Text Example


Text Example

White with #23135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23135F; }

 p { color: rgb(35,19,95); }

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

background-color css

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

 a { background-color: rgb(35,19,95); }

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

border-color css

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

 span { border-color: rgb(35,19,95); }

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