Html Css Color HEX #231261 Paris M

📋 copy color: '#231261'

red 35 ◦ green 18 ◦ blue 97

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

Shades of Paris M #231261

Tints of Paris M #231261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 64.67%

R = 23.33%
G = 12%
B = 64.67%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#231261 (or 0x231261) is known color: Paris M. HEX triplet: 23, 12 and 61. RGB value is (35,18,97). Sum of RGB (Red+Green+Blue) = 35+18+97=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #231261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231261 is #DCED9E. Grayscale: #1F1F1F. Windows color (decimal): -14478751 or 6361635. OLE color: 6361635.

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

Color convert

RGB 35 18 97 -
CMYK 0.64 0.81 0 0.62
HSL 252.91º 0.69% 0.23% -
HSV(B) 252.91º 0.81% 0.38% -
XYZ 3.07 1.65 11.47 -
YUV 32.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 35 18 97 0.64 0.81 0 0.62 252.91 0.69 0.23
Hex 23 12 61 40 51 0 3E FD 45 17
Octal 43 22 141 100 121 0 76 375 105 27
Binary 100011 10010 1100001 1000000 1010001 0 111110 11111101 1000101 10111

Color Harmonies of #231261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231261

Black with #231261

Text Example


Text Example

White with #231261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231261; }

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

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

background-color css

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

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

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

border-color css

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

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

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