Html Css Color HEX #3825C0 Persian Blue

📋 copy color: '#3825C0'

red 56 ◦ green 37 ◦ blue 192

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

Shades of Persian Blue #3825C0

Tints of Persian Blue #3825C0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

 BLUE value IS 192 (75.39% from 255) = 67.37%

R = 19.65%
G = 12.98%
B = 67.37%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3825C0 (or 0x3825C0) is known color: Persian Blue. HEX triplet: 38, 25 and C0. RGB value is (56,37,192). Sum of RGB (Red+Green+Blue) = 56+37+192=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #3825C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825C0 is #C7DA3F. Grayscale: #3B3B3B. Windows color (decimal): -13097536 or 12592440. OLE color: 12592440.

HSL color Cylindrical-coordinate representation of color #3825C0: hue angle of 247.35º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3825C0 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 37 192 -
CMYK 0.71 0.81 0 0.25
HSL 247.35º 0.68% 0.45% -
HSV(B) 247.35º 0.81% 0.75% -
XYZ 11.81 5.97 50.4 -
YUV 60.35 202.29 124.9 -
System Red Green Blue C M Y K H S L
Decimal 56 37 192 0.71 0.81 0 0.25 247.35 0.68 0.45
Hex 38 25 C0 47 51 0 19 F7 44 2D
Octal 70 45 300 107 121 0 31 367 104 55
Binary 111000 100101 11000000 1000111 1010001 0 11001 11110111 1000100 101101

Color Harmonies of #3825C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3825C0

Black with #3825C0

Text Example


Text Example

White with #3825C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3825C0; }

 p { color: rgb(56,37,192); }

 H1.HeaderClassName
 {
   color: #3825C0;
 }
 .AnyTagClassName
 {
   color: #3825C0;
 }
</style>

background-color css

<style>
 a { background-color: #3825C0; }

 a { background-color: rgb(56,37,192); }

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

border-color css

<style>
 span { border-color: #3825C0; }

 span { border-color: rgb(56,37,192); }

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