Html Css Color HEX #3F3075 Windsor

📋 copy color: '#3F3075'

red 63 ◦ green 48 ◦ blue 117

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

Shades of Windsor #3F3075

Tints of Windsor #3F3075

RGB

 RED value IS 63 (25% from 255) = 27.63%

 GREEN value IS 48 (19.14% from 255) = 21.05%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 27.63%
G = 21.05%
B = 51.32%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F3075 (or 0x3F3075) is known color: Windsor. HEX triplet: 3F, 30 and 75. RGB value is (63,48,117). Sum of RGB (Red+Green+Blue) = 63+48+117=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3075 is #C0CF8A. Grayscale: #3C3C3C. Windows color (decimal): -12636043 or 7680063. OLE color: 7680063.

HSL color Cylindrical-coordinate representation of color #3F3075: hue angle of 253.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F3075 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 48 117 -
CMYK 0.46 0.59 0 0.54
HSL 253.04º 0.42% 0.32% -
HSV(B) 253.04º 0.59% 0.46% -
XYZ 6.32 4.46 17.36 -
YUV 60.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 63 48 117 0.46 0.59 0 0.54 253.04 0.42 0.32
Hex 3F 30 75 2E 3B 0 36 FD 2A 20
Octal 77 60 165 56 73 0 66 375 52 40
Binary 111111 110000 1110101 101110 111011 0 110110 11111101 101010 100000

Color Harmonies of #3F3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3075

Black with #3F3075

Text Example


Text Example

White with #3F3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3075; }

 p { color: rgb(63,48,117); }

 H1.HeaderClassName
 {
   color: #3F3075;
 }
 .AnyTagClassName
 {
   color: #3F3075;
 }
</style>

background-color css

<style>
 a { background-color: #3F3075; }

 a { background-color: rgb(63,48,117); }

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

border-color css

<style>
 span { border-color: #3F3075; }

 span { border-color: rgb(63,48,117); }

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