Html Css Color HEX #3F2385 Windsor

📋 copy color: '#3F2385'

red 63 ◦ green 35 ◦ blue 133

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

Shades of Windsor #3F2385

Tints of Windsor #3F2385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 27.27%
G = 15.15%
B = 57.58%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F2385 (or 0x3F2385) is known color: Windsor. HEX triplet: 3F, 23 and 85. RGB value is (63,35,133). Sum of RGB (Red+Green+Blue) = 63+35+133=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F2385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2385 is #C0DC7A. Grayscale: #363636. Windows color (decimal): -12639355 or 8725311. OLE color: 8725311.

HSL color Cylindrical-coordinate representation of color #3F2385: hue angle of 257.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F2385 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 35 133 -
CMYK 0.53 0.74 0 0.48
HSL 257.14º 0.58% 0.33% -
HSV(B) 257.14º 0.74% 0.52% -
XYZ 6.88 3.95 22.59 -
YUV 54.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 63 35 133 0.53 0.74 0 0.48 257.14 0.58 0.33
Hex 3F 23 85 35 4A 0 30 101 3A 21
Octal 77 43 205 65 112 0 60 401 72 41
Binary 111111 100011 10000101 110101 1001010 0 110000 100000001 111010 100001

Color Harmonies of #3F2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2385

Black with #3F2385

Text Example


Text Example

White with #3F2385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,133); }

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

background-color css

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

 a { background-color: rgb(63,35,133); }

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

border-color css

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

 span { border-color: rgb(63,35,133); }

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