Html Css Color HEX #30265A Paris M

📋 copy color: '#30265A'

red 48 ◦ green 38 ◦ blue 90

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

Shades of Paris M #30265A

Tints of Paris M #30265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 27.27%
G = 21.59%
B = 51.14%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30265A (or 0x30265A) is known color: Paris M. HEX triplet: 30, 26 and 5A. RGB value is (48,38,90). Sum of RGB (Red+Green+Blue) = 48+38+90=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #30265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30265A is #CFD9A5. Grayscale: #2E2E2E. Windows color (decimal): -13621670 or 5908016. OLE color: 5908016.

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

Color convert

RGB 48 38 90 -
CMYK 0.47 0.58 0 0.65
HSL 251.54º 0.41% 0.25% -
HSV(B) 251.54º 0.58% 0.35% -
XYZ 3.76 2.75 10.01 -
YUV 46.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 48 38 90 0.47 0.58 0 0.65 251.54 0.41 0.25
Hex 30 26 5A 2F 3A 0 41 FC 29 19
Octal 60 46 132 57 72 0 101 374 51 31
Binary 110000 100110 1011010 101111 111010 0 1000001 11111100 101001 11001

Color Harmonies of #30265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30265A

Black with #30265A

Text Example


Text Example

White with #30265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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