Html Css Color HEX #3827C9 Persian Blue

📋 copy color: '#3827C9'

red 56 ◦ green 39 ◦ blue 201

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

Shades of Persian Blue #3827C9

Tints of Persian Blue #3827C9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 201 (78.91% from 255) = 67.91%

R = 18.92%
G = 13.18%
B = 67.91%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3827C9 (or 0x3827C9) is known color: Persian Blue. HEX triplet: 38, 27 and C9. RGB value is (56,39,201). Sum of RGB (Red+Green+Blue) = 56+39+201=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #3827C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3827C9 is #C7D836. Grayscale: #3D3D3D. Windows color (decimal): -13097015 or 13182776. OLE color: 13182776.

HSL color Cylindrical-coordinate representation of color #3827C9: hue angle of 246.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3827C9 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 39 201 -
CMYK 0.72 0.81 0 0.21
HSL 246.3º 0.68% 0.47% -
HSV(B) 246.3º 0.81% 0.79% -
XYZ 12.9 6.51 55.83 -
YUV 62.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 56 39 201 0.72 0.81 0 0.21 246.3 0.68 0.47
Hex 38 27 C9 48 51 0 15 F6 44 2F
Octal 70 47 311 110 121 0 25 366 104 57
Binary 111000 100111 11001001 1001000 1010001 0 10101 11110110 1000100 101111

Color Harmonies of #3827C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3827C9

Black with #3827C9

Text Example


Text Example

White with #3827C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3827C9; }

 p { color: rgb(56,39,201); }

 H1.HeaderClassName
 {
   color: #3827C9;
 }
 .AnyTagClassName
 {
   color: #3827C9;
 }
</style>

background-color css

<style>
 a { background-color: #3827C9; }

 a { background-color: rgb(56,39,201); }

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

border-color css

<style>
 span { border-color: #3827C9; }

 span { border-color: rgb(56,39,201); }

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