Html Css Color HEX #30206E Paris M

📋 copy color: '#30206E'

red 48 ◦ green 32 ◦ blue 110

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

Shades of Paris M #30206E

Tints of Paris M #30206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

 BLUE value IS 110 (43.36% from 255) = 57.89%

R = 25.26%
G = 16.84%
B = 57.89%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30206E (or 0x30206E) is known color: Paris M. HEX triplet: 30, 20 and 6E. RGB value is (48,32,110). Sum of RGB (Red+Green+Blue) = 48+32+110=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #30206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30206E is #CFDF91. Grayscale: #2D2D2D. Windows color (decimal): -13623186 or 7217200. OLE color: 7217200.

HSL color Cylindrical-coordinate representation of color #30206E: hue angle of 252.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30206E is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 48 32 110 -
CMYK 0.56 0.71 0 0.57
HSL 252.31º 0.55% 0.28% -
HSV(B) 252.31º 0.71% 0.43% -
XYZ 4.55 2.79 15.05 -
YUV 45.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 48 32 110 0.56 0.71 0 0.57 252.31 0.55 0.28
Hex 30 20 6E 38 47 0 39 FC 37 1C
Octal 60 40 156 70 107 0 71 374 67 34
Binary 110000 100000 1101110 111000 1000111 0 111001 11111100 110111 11100

Color Harmonies of #30206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30206E

Black with #30206E

Text Example


Text Example

White with #30206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30206E; }

 p { color: rgb(48,32,110); }

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

background-color css

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

 a { background-color: rgb(48,32,110); }

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

border-color css

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

 span { border-color: rgb(48,32,110); }

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