Html Css Color HEX #30265C Paris M

📋 copy color: '#30265C'

red 48 ◦ green 38 ◦ blue 92

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

Shades of Paris M #30265C

Tints of Paris M #30265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.69%

R = 26.97%
G = 21.35%
B = 51.69%

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

#30265C (or 0x30265C) is known color: Paris M. HEX triplet: 30, 26 and 5C. RGB value is (48,38,92). Sum of RGB (Red+Green+Blue) = 48+38+92=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #30265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30265C is #CFD9A3. Grayscale: #2E2E2E. Windows color (decimal): -13621668 or 6039088. OLE color: 6039088.

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

Color convert

RGB 48 38 92 -
CMYK 0.48 0.59 0 0.64
HSL 251.11º 0.42% 0.25% -
HSV(B) 251.11º 0.59% 0.36% -
XYZ 3.84 2.79 10.46 -
YUV 47.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 48 38 92 0.48 0.59 0 0.64 251.11 0.42 0.25
Hex 30 26 5C 30 3B 0 40 FB 2A 19
Octal 60 46 134 60 73 0 100 373 52 31
Binary 110000 100110 1011100 110000 111011 0 1000000 11111011 101010 11001

Color Harmonies of #30265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30265C

Black with #30265C

Text Example


Text Example

White with #30265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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