Html Css Color HEX #382BBA Persian Blue

📋 copy color: '#382BBA'

red 56 ◦ green 43 ◦ blue 186

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

Shades of Persian Blue #382BBA

Tints of Persian Blue #382BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 19.65%
G = 15.09%
B = 65.26%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#382BBA (or 0x382BBA) is known color: Persian Blue. HEX triplet: 38, 2B and BA. RGB value is (56,43,186). Sum of RGB (Red+Green+Blue) = 56+43+186=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #382BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BBA is #C7D445. Grayscale: #3E3E3E. Windows color (decimal): -13096006 or 12200760. OLE color: 12200760.

HSL color Cylindrical-coordinate representation of color #382BBA: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382BBA is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 43 186 -
CMYK 0.70 0.77 0 0.27
HSL 245.45º 0.62% 0.45% -
HSV(B) 245.45º 0.77% 0.73% -
XYZ 11.36 6.11 47.04 -
YUV 63.19 197.31 122.87 -
System Red Green Blue C M Y K H S L
Decimal 56 43 186 0.70 0.77 0 0.27 245.45 0.62 0.45
Hex 38 2B BA 46 4D 0 1B F5 3E 2D
Octal 70 53 272 106 115 0 33 365 76 55
Binary 111000 101011 10111010 1000110 1001101 0 11011 11110101 111110 101101

Color Harmonies of #382BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BBA

Black with #382BBA

Text Example


Text Example

White with #382BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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