Html Css Color HEX #261366 Paris M

📋 copy color: '#261366'

red 38 ◦ green 19 ◦ blue 102

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

Shades of Paris M #261366

Tints of Paris M #261366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

 BLUE value IS 102 (40.23% from 255) = 64.15%

R = 23.9%
G = 11.95%
B = 64.15%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#261366 (or 0x261366) is known color: Paris M. HEX triplet: 26, 13 and 66. RGB value is (38,19,102). Sum of RGB (Red+Green+Blue) = 38+19+102=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #261366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261366 is #D9EC99. Grayscale: #212121. Windows color (decimal): -14281882 or 6689574. OLE color: 6689574.

HSL color Cylindrical-coordinate representation of color #261366: hue angle of 253.73º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261366 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 19 102 -
CMYK 0.63 0.81 0 0.6
HSL 253.73º 0.69% 0.24% -
HSV(B) 253.73º 0.81% 0.4% -
XYZ 3.43 1.84 12.74 -
YUV 34.14 166.29 130.75 -
System Red Green Blue C M Y K H S L
Decimal 38 19 102 0.63 0.81 0 0.6 253.73 0.69 0.24
Hex 26 13 66 3F 51 0 3C FE 45 18
Octal 46 23 146 77 121 0 74 376 105 30
Binary 100110 10011 1100110 111111 1010001 0 111100 11111110 1000101 11000

Color Harmonies of #261366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261366

Black with #261366

Text Example


Text Example

White with #261366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261366; }

 p { color: rgb(38,19,102); }

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

background-color css

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

 a { background-color: rgb(38,19,102); }

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

border-color css

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

 span { border-color: rgb(38,19,102); }

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