Html Css Color HEX #382DB5 Persian Blue

📋 copy color: '#382DB5'

red 56 ◦ green 45 ◦ blue 181

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

Shades of Persian Blue #382DB5

Tints of Persian Blue #382DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 64.18%

R = 19.86%
G = 15.96%
B = 64.18%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#382DB5 (or 0x382DB5) is known color: Persian Blue. HEX triplet: 38, 2D and B5. RGB value is (56,45,181). Sum of RGB (Red+Green+Blue) = 56+45+181=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #382DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DB5 is #C7D24A. Grayscale: #3F3F3F. Windows color (decimal): -13095499 or 11873592. OLE color: 11873592.

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

Color convert

RGB 56 45 181 -
CMYK 0.69 0.75 0 0.29
HSL 244.85º 0.6% 0.44% -
HSV(B) 244.85º 0.75% 0.71% -
XYZ 10.91 6.05 44.31 -
YUV 63.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 56 45 181 0.69 0.75 0 0.29 244.85 0.6 0.44
Hex 38 2D B5 45 4B 0 1D F5 3C 2C
Octal 70 55 265 105 113 0 35 365 74 54
Binary 111000 101101 10110101 1000101 1001011 0 11101 11110101 111100 101100

Color Harmonies of #382DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DB5

Black with #382DB5

Text Example


Text Example

White with #382DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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