Html Css Color HEX #261968 Paris M

📋 copy color: '#261968'

red 38 ◦ green 25 ◦ blue 104

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

Shades of Paris M #261968

Tints of Paris M #261968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 22.75%
G = 14.97%
B = 62.28%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#261968 (or 0x261968) is known color: Paris M. HEX triplet: 26, 19 and 68. RGB value is (38,25,104). Sum of RGB (Red+Green+Blue) = 38+25+104=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #261968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261968 is #D9E697. Grayscale: #252525. Windows color (decimal): -14280344 or 6822182. OLE color: 6822182.

HSL color Cylindrical-coordinate representation of color #261968: hue angle of 249.87º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261968 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 25 104 -
CMYK 0.63 0.76 0 0.59
HSL 249.87º 0.61% 0.25% -
HSV(B) 249.87º 0.76% 0.41% -
XYZ 3.65 2.11 13.31 -
YUV 37.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 38 25 104 0.63 0.76 0 0.59 249.87 0.61 0.25
Hex 26 19 68 3F 4C 0 3B FA 3D 19
Octal 46 31 150 77 114 0 73 372 75 31
Binary 100110 11001 1101000 111111 1001100 0 111011 11111010 111101 11001

Color Harmonies of #261968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261968

Black with #261968

Text Example


Text Example

White with #261968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261968; }

 p { color: rgb(38,25,104); }

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

background-color css

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

 a { background-color: rgb(38,25,104); }

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

border-color css

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

 span { border-color: rgb(38,25,104); }

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