Html Css Color HEX #261461 Paris M

📋 copy color: '#261461'

red 38 ◦ green 20 ◦ blue 97

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

Shades of Paris M #261461

Tints of Paris M #261461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 24.52%
G = 12.9%
B = 62.58%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#261461 (or 0x261461) is known color: Paris M. HEX triplet: 26, 14 and 61. RGB value is (38,20,97). Sum of RGB (Red+Green+Blue) = 38+20+97=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #261461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261461 is #D9EB9E. Grayscale: #212121. Windows color (decimal): -14281631 or 6362150. OLE color: 6362150.

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

Color convert

RGB 38 20 97 -
CMYK 0.61 0.79 0 0.62
HSL 254.03º 0.66% 0.23% -
HSV(B) 254.03º 0.79% 0.38% -
XYZ 3.21 1.78 11.48 -
YUV 34.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 38 20 97 0.61 0.79 0 0.62 254.03 0.66 0.23
Hex 26 14 61 3D 4F 0 3E FE 42 17
Octal 46 24 141 75 117 0 76 376 102 27
Binary 100110 10100 1100001 111101 1001111 0 111110 11111110 1000010 10111

Color Harmonies of #261461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261461

Black with #261461

Text Example


Text Example

White with #261461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261461; }

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

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

background-color css

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

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

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

border-color css

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

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

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