Html Css Color HEX #382B7F Windsor

📋 copy color: '#382B7F'

red 56 ◦ green 43 ◦ blue 127

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

Shades of Windsor #382B7F

Tints of Windsor #382B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 127 (50% from 255) = 56.19%

R = 24.78%
G = 19.03%
B = 56.19%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#382B7F (or 0x382B7F) is known color: Windsor. HEX triplet: 38, 2B and 7F. RGB value is (56,43,127). Sum of RGB (Red+Green+Blue) = 56+43+127=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #382B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B7F is #C7D480. Grayscale: #383838. Windows color (decimal): -13096065 or 8334136. OLE color: 8334136.

HSL color Cylindrical-coordinate representation of color #382B7F: hue angle of 249.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382B7F is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 43 127 -
CMYK 0.56 0.66 0 0.50
HSL 249.29º 0.49% 0.33% -
HSV(B) 249.29º 0.66% 0.5% -
XYZ 6.33 4.1 20.54 -
YUV 56.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 56 43 127 0.56 0.66 0 0.50 249.29 0.49 0.33
Hex 38 2B 7F 38 42 0 32 F9 31 21
Octal 70 53 177 70 102 0 62 371 61 41
Binary 111000 101011 1111111 111000 1000010 0 110010 11111001 110001 100001

Color Harmonies of #382B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B7F

Black with #382B7F

Text Example


Text Example

White with #382B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382B7F; }

 p { color: rgb(56,43,127); }

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

background-color css

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

 a { background-color: rgb(56,43,127); }

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

border-color css

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

 span { border-color: rgb(56,43,127); }

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