Html Css Color HEX #30266F Paris M

📋 copy color: '#30266F'

red 48 ◦ green 38 ◦ blue 111

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

Shades of Paris M #30266F

Tints of Paris M #30266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 24.37%
G = 19.29%
B = 56.35%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30266F (or 0x30266F) is known color: Paris M. HEX triplet: 30, 26 and 6F. RGB value is (48,38,111). Sum of RGB (Red+Green+Blue) = 48+38+111=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #30266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30266F is #CFD990. Grayscale: #313131. Windows color (decimal): -13621649 or 7284272. OLE color: 7284272.

HSL color Cylindrical-coordinate representation of color #30266F: hue angle of 248.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30266F is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 38 111 -
CMYK 0.57 0.66 0 0.56
HSL 248.22º 0.49% 0.29% -
HSV(B) 248.22º 0.66% 0.44% -
XYZ 4.78 3.16 15.4 -
YUV 49.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 48 38 111 0.57 0.66 0 0.56 248.22 0.49 0.29
Hex 30 26 6F 39 42 0 38 F8 31 1D
Octal 60 46 157 71 102 0 70 370 61 35
Binary 110000 100110 1101111 111001 1000010 0 111000 11111000 110001 11101

Color Harmonies of #30266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30266F

Black with #30266F

Text Example


Text Example

White with #30266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30266F; }

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

 H1.HeaderClassName
 {
   color: #30266F;
 }
 .AnyTagClassName
 {
   color: #30266F;
 }
</style>

background-color css

<style>
 a { background-color: #30266F; }

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

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

border-color css

<style>
 span { border-color: #30266F; }

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

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