Html Css Color HEX #30265B Paris M

📋 copy color: '#30265B'

red 48 ◦ green 38 ◦ blue 91

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

Shades of Paris M #30265B

Tints of Paris M #30265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 27.12%
G = 21.47%
B = 51.41%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30265B (or 0x30265B) is known color: Paris M. HEX triplet: 30, 26 and 5B. RGB value is (48,38,91). Sum of RGB (Red+Green+Blue) = 48+38+91=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #30265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30265B is #CFD9A4. Grayscale: #2E2E2E. Windows color (decimal): -13621669 or 5973552. OLE color: 5973552.

HSL color Cylindrical-coordinate representation of color #30265B: hue angle of 251.32º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30265B is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 38 91 -
CMYK 0.47 0.58 0 0.64
HSL 251.32º 0.41% 0.25% -
HSV(B) 251.32º 0.58% 0.36% -
XYZ 3.8 2.77 10.23 -
YUV 47.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 48 38 91 0.47 0.58 0 0.64 251.32 0.41 0.25
Hex 30 26 5B 2F 3A 0 40 FB 29 19
Octal 60 46 133 57 72 0 100 373 51 31
Binary 110000 100110 1011011 101111 111010 0 1000000 11111011 101001 11001

Color Harmonies of #30265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30265B

Black with #30265B

Text Example


Text Example

White with #30265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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