Html Css Color HEX #262061 Paris M

📋 copy color: '#262061'

red 38 ◦ green 32 ◦ blue 97

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

Shades of Paris M #262061

Tints of Paris M #262061

RGB

 RED value IS 38 (15.23% from 255) = 22.75%

 GREEN value IS 32 (12.89% from 255) = 19.16%

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

R = 22.75%
G = 19.16%
B = 58.08%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#262061 (or 0x262061) is known color: Paris M. HEX triplet: 26, 20 and 61. RGB value is (38,32,97). Sum of RGB (Red+Green+Blue) = 38+32+97=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #262061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262061 is #D9DF9E. Grayscale: #282828. Windows color (decimal): -14278559 or 6365222. OLE color: 6365222.

HSL color Cylindrical-coordinate representation of color #262061: hue angle of 245.54º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262061 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 32 97 -
CMYK 0.61 0.67 0 0.62
HSL 245.54º 0.5% 0.25% -
HSV(B) 245.54º 0.67% 0.38% -
XYZ 3.47 2.31 11.57 -
YUV 41.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 38 32 97 0.61 0.67 0 0.62 245.54 0.5 0.25
Hex 26 20 61 3D 43 0 3E F6 32 19
Octal 46 40 141 75 103 0 76 366 62 31
Binary 100110 100000 1100001 111101 1000011 0 111110 11110110 110010 11001

Color Harmonies of #262061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262061

Black with #262061

Text Example


Text Example

White with #262061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262061; }

 p { color: rgb(38,32,97); }

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

background-color css

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

 a { background-color: rgb(38,32,97); }

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

border-color css

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

 span { border-color: rgb(38,32,97); }

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