Html Css Color HEX #382375 Windsor

📋 copy color: '#382375'

red 56 ◦ green 35 ◦ blue 117

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

Shades of Windsor #382375

Tints of Windsor #382375

RGB

 RED value IS 56 (22.27% from 255) = 26.92%

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

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

R = 26.92%
G = 16.83%
B = 56.25%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#382375 (or 0x382375) is known color: Windsor. HEX triplet: 38, 23 and 75. RGB value is (56,35,117). Sum of RGB (Red+Green+Blue) = 56+35+117=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #382375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382375 is #C7DC8A. Grayscale: #323232. Windows color (decimal): -13098123 or 7676728. OLE color: 7676728.

HSL color Cylindrical-coordinate representation of color #382375: hue angle of 255.37º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382375 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 35 117 -
CMYK 0.52 0.70 0 0.54
HSL 255.37º 0.54% 0.3% -
HSV(B) 255.37º 0.7% 0.46% -
XYZ 5.44 3.33 17.18 -
YUV 50.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 56 35 117 0.52 0.70 0 0.54 255.37 0.54 0.3
Hex 38 23 75 34 46 0 36 FF 36 1E
Octal 70 43 165 64 106 0 66 377 66 36
Binary 111000 100011 1110101 110100 1000110 0 110110 11111111 110110 11110

Color Harmonies of #382375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382375

Black with #382375

Text Example


Text Example

White with #382375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382375; }

 p { color: rgb(56,35,117); }

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

background-color css

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

 a { background-color: rgb(56,35,117); }

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

border-color css

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

 span { border-color: rgb(56,35,117); }

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