Html Css Color HEX #231161 Paris M

📋 copy color: '#231161'

red 35 ◦ green 17 ◦ blue 97

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

Shades of Paris M #231161

Tints of Paris M #231161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 23.49%
G = 11.41%
B = 65.1%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#231161 (or 0x231161) is known color: Paris M. HEX triplet: 23, 11 and 61. RGB value is (35,17,97). Sum of RGB (Red+Green+Blue) = 35+17+97=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #231161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231161 is #DCEE9E. Grayscale: #1F1F1F. Windows color (decimal): -14479007 or 6361379. OLE color: 6361379.

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

Color convert

RGB 35 17 97 -
CMYK 0.64 0.82 0 0.62
HSL 253.5º 0.7% 0.22% -
HSV(B) 253.5º 0.82% 0.38% -
XYZ 3.05 1.62 11.46 -
YUV 31.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 35 17 97 0.64 0.82 0 0.62 253.5 0.7 0.22
Hex 23 11 61 40 52 0 3E FE 46 16
Octal 43 21 141 100 122 0 76 376 106 26
Binary 100011 10001 1100001 1000000 1010010 0 111110 11111110 1000110 10110

Color Harmonies of #231161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231161

Black with #231161

Text Example


Text Example

White with #231161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231161; }

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

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

background-color css

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

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

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

border-color css

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

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

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