Html Css Color HEX #382CC3 Persian Blue

📋 copy color: '#382CC3'

red 56 ◦ green 44 ◦ blue 195

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

Shades of Persian Blue #382CC3

Tints of Persian Blue #382CC3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 195 (76.56% from 255) = 66.1%

R = 18.98%
G = 14.92%
B = 66.1%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#382CC3 (or 0x382CC3) is known color: Persian Blue. HEX triplet: 38, 2C and C3. RGB value is (56,44,195). Sum of RGB (Red+Green+Blue) = 56+44+195=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #382CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CC3 is #C7D33C. Grayscale: #404040. Windows color (decimal): -13095741 or 12790840. OLE color: 12790840.

HSL color Cylindrical-coordinate representation of color #382CC3: hue angle of 244.77º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382CC3 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 44 195 -
CMYK 0.71 0.77 0 0.24
HSL 244.77º 0.63% 0.47% -
HSV(B) 244.77º 0.77% 0.76% -
XYZ 12.38 6.58 52.25 -
YUV 64.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 56 44 195 0.71 0.77 0 0.24 244.77 0.63 0.47
Hex 38 2C C3 47 4D 0 18 F5 3F 2F
Octal 70 54 303 107 115 0 30 365 77 57
Binary 111000 101100 11000011 1000111 1001101 0 11000 11110101 111111 101111

Color Harmonies of #382CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CC3

Black with #382CC3

Text Example


Text Example

White with #382CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,195); }

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

background-color css

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

 a { background-color: rgb(56,44,195); }

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

border-color css

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

 span { border-color: rgb(56,44,195); }

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