Html Css Color HEX #382B7D Windsor

📋 copy color: '#382B7D'

red 56 ◦ green 43 ◦ blue 125

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

Shades of Windsor #382B7D

Tints of Windsor #382B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.8%

R = 25%
G = 19.2%
B = 55.8%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#382B7D (or 0x382B7D) is known color: Windsor. HEX triplet: 38, 2B and 7D. RGB value is (56,43,125). Sum of RGB (Red+Green+Blue) = 56+43+125=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #382B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B7D is #C7D482. Grayscale: #373737. Windows color (decimal): -13096067 or 8203064. OLE color: 8203064.

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

Color convert

RGB 56 43 125 -
CMYK 0.55 0.66 0 0.51
HSL 249.51º 0.49% 0.33% -
HSV(B) 249.51º 0.66% 0.49% -
XYZ 6.2 4.05 19.86 -
YUV 56.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 56 43 125 0.55 0.66 0 0.51 249.51 0.49 0.33
Hex 38 2B 7D 37 42 0 33 FA 31 21
Octal 70 53 175 67 102 0 63 372 61 41
Binary 111000 101011 1111101 110111 1000010 0 110011 11111010 110001 100001

Color Harmonies of #382B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B7D

Black with #382B7D

Text Example


Text Example

White with #382B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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