Html Css Color HEX #382DB3 Persian Blue

📋 copy color: '#382DB3'

red 56 ◦ green 45 ◦ blue 179

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

Shades of Persian Blue #382DB3

Tints of Persian Blue #382DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 179 (70.31% from 255) = 63.93%

R = 20%
G = 16.07%
B = 63.93%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#382DB3 (or 0x382DB3) is known color: Persian Blue. HEX triplet: 38, 2D and B3. RGB value is (56,45,179). Sum of RGB (Red+Green+Blue) = 56+45+179=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #382DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DB3 is #C7D24C. Grayscale: #3F3F3F. Windows color (decimal): -13095501 or 11742520. OLE color: 11742520.

HSL color Cylindrical-coordinate representation of color #382DB3: hue angle of 244.93º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382DB3 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 45 179 -
CMYK 0.69 0.75 0 0.30
HSL 244.93º 0.6% 0.44% -
HSV(B) 244.93º 0.75% 0.7% -
XYZ 10.71 5.97 43.24 -
YUV 63.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 56 45 179 0.69 0.75 0 0.30 244.93 0.6 0.44
Hex 38 2D B3 45 4B 0 1E F5 3C 2C
Octal 70 55 263 105 113 0 36 365 74 54
Binary 111000 101101 10110011 1000101 1001011 0 11110 11110101 111100 101100

Color Harmonies of #382DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DB3

Black with #382DB3

Text Example


Text Example

White with #382DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,179); }

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

background-color css

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

 a { background-color: rgb(56,45,179); }

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

border-color css

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

 span { border-color: rgb(56,45,179); }

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