Html Css Color HEX #231060 Paris M

📋 copy color: '#231060'

red 35 ◦ green 16 ◦ blue 96

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

Shades of Paris M #231060

Tints of Paris M #231060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 23.81%
G = 10.88%
B = 65.31%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#231060 (or 0x231060) is known color: Paris M. HEX triplet: 23, 10 and 60. RGB value is (35,16,96). Sum of RGB (Red+Green+Blue) = 35+16+96=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #231060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231060 is #DCEF9F. Grayscale: #1E1E1E. Windows color (decimal): -14479264 or 6295587. OLE color: 6295587.

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

Color convert

RGB 35 16 96 -
CMYK 0.64 0.83 0 0.62
HSL 254.25º 0.71% 0.22% -
HSV(B) 254.25º 0.83% 0.38% -
XYZ 2.99 1.57 11.21 -
YUV 30.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 35 16 96 0.64 0.83 0 0.62 254.25 0.71 0.22
Hex 23 10 60 40 53 0 3E FE 47 16
Octal 43 20 140 100 123 0 76 376 107 26
Binary 100011 10000 1100000 1000000 1010011 0 111110 11111110 1000111 10110

Color Harmonies of #231060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231060

Black with #231060

Text Example


Text Example

White with #231060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231060; }

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

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

background-color css

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

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

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

border-color css

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

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

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