Html Css Color HEX #392ABA Persian Blue

📋 copy color: '#392ABA'

red 57 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #392ABA

Tints of Persian Blue #392ABA

RGB

 RED value IS 57 (22.66% from 255) = 20%

 GREEN value IS 42 (16.8% from 255) = 14.74%

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

R = 20%
G = 14.74%
B = 65.26%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#392ABA (or 0x392ABA) is known color: Persian Blue. HEX triplet: 39, 2A and BA. RGB value is (57,42,186). Sum of RGB (Red+Green+Blue) = 57+42+186=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 42 (16.80% from 255 or 14.74% 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 #392ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ABA is #C6D545. Grayscale: #3E3E3E. Windows color (decimal): -13030726 or 12200505. OLE color: 12200505.

HSL color Cylindrical-coordinate representation of color #392ABA: hue angle of 246.25º degrees, saturation: 0.63, 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 #392ABA is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 42 186 -
CMYK 0.69 0.77 0 0.27
HSL 246.25º 0.63% 0.45% -
HSV(B) 246.25º 0.77% 0.73% -
XYZ 11.38 6.07 47.03 -
YUV 62.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 57 42 186 0.69 0.77 0 0.27 246.25 0.63 0.45
Hex 39 2A BA 45 4D 0 1B F6 3F 2D
Octal 71 52 272 105 115 0 33 366 77 55
Binary 111001 101010 10111010 1000101 1001101 0 11011 11110110 111111 101101

Color Harmonies of #392ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ABA

Black with #392ABA

Text Example


Text Example

White with #392ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392ABA; }

 p { color: rgb(57,42,186); }

 H1.HeaderClassName
 {
   color: #392ABA;
 }
 .AnyTagClassName
 {
   color: #392ABA;
 }
</style>

background-color css

<style>
 a { background-color: #392ABA; }

 a { background-color: rgb(57,42,186); }

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

border-color css

<style>
 span { border-color: #392ABA; }

 span { border-color: rgb(57,42,186); }

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