Html Css Color HEX #231460 Paris M

📋 copy color: '#231460'

red 35 ◦ green 20 ◦ blue 96

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

Shades of Paris M #231460

Tints of Paris M #231460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

 BLUE value IS 96 (37.89% from 255) = 63.58%

R = 23.18%
G = 13.25%
B = 63.58%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#231460 (or 0x231460) is known color: Paris M. HEX triplet: 23, 14 and 60. RGB value is (35,20,96). Sum of RGB (Red+Green+Blue) = 35+20+96=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #231460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231460 is #DCEB9F. Grayscale: #202020. Windows color (decimal): -14478240 or 6296611. OLE color: 6296611.

HSL color Cylindrical-coordinate representation of color #231460: hue angle of 251.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #231460 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 20 96 -
CMYK 0.64 0.79 0 0.62
HSL 251.84º 0.66% 0.23% -
HSV(B) 251.84º 0.79% 0.38% -
XYZ 3.05 1.7 11.23 -
YUV 33.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 35 20 96 0.64 0.79 0 0.62 251.84 0.66 0.23
Hex 23 14 60 40 4F 0 3E FC 42 17
Octal 43 24 140 100 117 0 76 374 102 27
Binary 100011 10100 1100000 1000000 1001111 0 111110 11111100 1000010 10111

Color Harmonies of #231460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231460

Black with #231460

Text Example


Text Example

White with #231460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231460; }

 p { color: rgb(35,20,96); }

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

background-color css

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

 a { background-color: rgb(35,20,96); }

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

border-color css

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

 span { border-color: rgb(35,20,96); }

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