Html Css Color HEX #30265D Paris M

📋 copy color: '#30265D'

red 48 ◦ green 38 ◦ blue 93

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

Shades of Paris M #30265D

Tints of Paris M #30265D

RGB

 RED value IS 48 (19.14% from 255) = 26.82%

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 26.82%
G = 21.23%
B = 51.96%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30265D (or 0x30265D) is known color: Paris M. HEX triplet: 30, 26 and 5D. RGB value is (48,38,93). Sum of RGB (Red+Green+Blue) = 48+38+93=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #30265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30265D is #CFD9A2. Grayscale: #2F2F2F. Windows color (decimal): -13621667 or 6104624. OLE color: 6104624.

HSL color Cylindrical-coordinate representation of color #30265D: hue angle of 250.91º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30265D is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 38 93 -
CMYK 0.48 0.59 0 0.64
HSL 250.91º 0.42% 0.26% -
HSV(B) 250.91º 0.59% 0.36% -
XYZ 3.89 2.8 10.69 -
YUV 47.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 48 38 93 0.48 0.59 0 0.64 250.91 0.42 0.26
Hex 30 26 5D 30 3B 0 40 FB 2A 1A
Octal 60 46 135 60 73 0 100 373 52 32
Binary 110000 100110 1011101 110000 111011 0 1000000 11111011 101010 11010

Color Harmonies of #30265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30265D

Black with #30265D

Text Example


Text Example

White with #30265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30265D; }

 p { color: rgb(48,38,93); }

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

background-color css

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

 a { background-color: rgb(48,38,93); }

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

border-color css

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

 span { border-color: rgb(48,38,93); }

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