Html Css Color HEX #3824C1 Persian Blue

📋 copy color: '#3824C1'

red 56 ◦ green 36 ◦ blue 193

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

Shades of Persian Blue #3824C1

Tints of Persian Blue #3824C1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

 BLUE value IS 193 (75.78% from 255) = 67.72%

R = 19.65%
G = 12.63%
B = 67.72%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3824C1 (or 0x3824C1) is known color: Persian Blue. HEX triplet: 38, 24 and C1. RGB value is (56,36,193). Sum of RGB (Red+Green+Blue) = 56+36+193=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 193 (75.78% from 255 or 67.72% from 285); Max value from RGB is 193 - color contains mainly: blue. Hex color #3824C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3824C1 is #C7DB3E. Grayscale: #3B3B3B. Windows color (decimal): -13097791 or 12657720. OLE color: 12657720.

HSL color Cylindrical-coordinate representation of color #3824C1: hue angle of 247.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3824C1 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 36 193 -
CMYK 0.71 0.81 0 0.24
HSL 247.64º 0.69% 0.45% -
HSV(B) 247.64º 0.81% 0.76% -
XYZ 11.89 5.95 50.97 -
YUV 59.88 203.13 125.23 -
System Red Green Blue C M Y K H S L
Decimal 56 36 193 0.71 0.81 0 0.24 247.64 0.69 0.45
Hex 38 24 C1 47 51 0 18 F8 45 2D
Octal 70 44 301 107 121 0 30 370 105 55
Binary 111000 100100 11000001 1000111 1010001 0 11000 11111000 1000101 101101

Color Harmonies of #3824C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3824C1

Black with #3824C1

Text Example


Text Example

White with #3824C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3824C1; }

 p { color: rgb(56,36,193); }

 H1.HeaderClassName
 {
   color: #3824C1;
 }
 .AnyTagClassName
 {
   color: #3824C1;
 }
</style>

background-color css

<style>
 a { background-color: #3824C1; }

 a { background-color: rgb(56,36,193); }

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

border-color css

<style>
 span { border-color: #3824C1; }

 span { border-color: rgb(56,36,193); }

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