Html Css Color HEX #382DB4 Persian Blue

📋 copy color: '#382DB4'

red 56 ◦ green 45 ◦ blue 180

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

Shades of Persian Blue #382DB4

Tints of Persian Blue #382DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 64.06%

R = 19.93%
G = 16.01%
B = 64.06%

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

#382DB4 (or 0x382DB4) is known color: Persian Blue. HEX triplet: 38, 2D and B4. RGB value is (56,45,180). Sum of RGB (Red+Green+Blue) = 56+45+180=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #382DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DB4 is #C7D24B. Grayscale: #3F3F3F. Windows color (decimal): -13095500 or 11808056. OLE color: 11808056.

HSL color Cylindrical-coordinate representation of color #382DB4: hue angle of 244.89º 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 #382DB4 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 45 180 -
CMYK 0.69 0.75 0 0.29
HSL 244.89º 0.6% 0.44% -
HSV(B) 244.89º 0.75% 0.71% -
XYZ 10.81 6.01 43.77 -
YUV 63.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 56 45 180 0.69 0.75 0 0.29 244.89 0.6 0.44
Hex 38 2D B4 45 4B 0 1D F5 3C 2C
Octal 70 55 264 105 113 0 35 365 74 54
Binary 111000 101101 10110100 1000101 1001011 0 11101 11110101 111100 101100

Color Harmonies of #382DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DB4

Black with #382DB4

Text Example


Text Example

White with #382DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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