Html Css Color HEX #262163 Paris M

📋 copy color: '#262163'

red 38 ◦ green 33 ◦ blue 99

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

Shades of Paris M #262163

Tints of Paris M #262163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 99 (39.06% from 255) = 58.24%

R = 22.35%
G = 19.41%
B = 58.24%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#262163 (or 0x262163) is known color: Paris M. HEX triplet: 26, 21 and 63. RGB value is (38,33,99). Sum of RGB (Red+Green+Blue) = 38+33+99=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #262163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262163 is #D9DE9C. Grayscale: #292929. Windows color (decimal): -14278301 or 6496550. OLE color: 6496550.

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

Color convert

RGB 38 33 99 -
CMYK 0.62 0.67 0 0.61
HSL 244.55º 0.5% 0.26% -
HSV(B) 244.55º 0.67% 0.39% -
XYZ 3.6 2.4 12.08 -
YUV 42.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 38 33 99 0.62 0.67 0 0.61 244.55 0.5 0.26
Hex 26 21 63 3E 43 0 3D F5 32 1A
Octal 46 41 143 76 103 0 75 365 62 32
Binary 100110 100001 1100011 111110 1000011 0 111101 11110101 110010 11010

Color Harmonies of #262163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262163

Black with #262163

Text Example


Text Example

White with #262163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262163; }

 p { color: rgb(38,33,99); }

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

background-color css

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

 a { background-color: rgb(38,33,99); }

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

border-color css

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

 span { border-color: rgb(38,33,99); }

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