Html Css Color HEX #261262 Paris M

📋 copy color: '#261262'

red 38 ◦ green 18 ◦ blue 98

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

Shades of Paris M #261262

Tints of Paris M #261262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.64%

R = 24.68%
G = 11.69%
B = 63.64%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261262 (or 0x261262) is known color: Paris M. HEX triplet: 26, 12 and 62. RGB value is (38,18,98). Sum of RGB (Red+Green+Blue) = 38+18+98=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 98 (38.67% from 255 or 63.64% from 154); Max value from RGB is 98 - color contains mainly: blue. Hex color #261262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261262 is #D9ED9D. Grayscale: #202020. Windows color (decimal): -14282142 or 6427174. OLE color: 6427174.

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

Color convert

RGB 38 18 98 -
CMYK 0.61 0.82 0 0.62
HSL 255º 0.69% 0.23% -
HSV(B) 255º 0.82% 0.38% -
XYZ 3.22 1.73 11.72 -
YUV 33.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 38 18 98 0.61 0.82 0 0.62 255 0.69 0.23
Hex 26 12 62 3D 52 0 3E FF 45 17
Octal 46 22 142 75 122 0 76 377 105 27
Binary 100110 10010 1100010 111101 1010010 0 111110 11111111 1000101 10111

Color Harmonies of #261262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261262

Black with #261262

Text Example


Text Example

White with #261262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261262; }

 p { color: rgb(38,18,98); }

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

background-color css

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

 a { background-color: rgb(38,18,98); }

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

border-color css

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

 span { border-color: rgb(38,18,98); }

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