Html Css Color HEX #392BB5 Persian Blue

📋 copy color: '#392BB5'

red 57 ◦ green 43 ◦ blue 181

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

Shades of Persian Blue #392BB5

Tints of Persian Blue #392BB5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.3%

 BLUE value IS 181 (71.09% from 255) = 64.41%

R = 20.28%
G = 15.3%
B = 64.41%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#392BB5 (or 0x392BB5) is known color: Persian Blue. HEX triplet: 39, 2B and B5. RGB value is (57,43,181). Sum of RGB (Red+Green+Blue) = 57+43+181=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #392BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BB5 is #C6D44A. Grayscale: #3E3E3E. Windows color (decimal): -13030475 or 11873081. OLE color: 11873081.

HSL color Cylindrical-coordinate representation of color #392BB5: hue angle of 246.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392BB5 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 43 181 -
CMYK 0.69 0.76 0 0.29
HSL 246.09º 0.62% 0.44% -
HSV(B) 246.09º 0.76% 0.71% -
XYZ 10.89 5.93 44.29 -
YUV 62.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 57 43 181 0.69 0.76 0 0.29 246.09 0.62 0.44
Hex 39 2B B5 45 4C 0 1D F6 3E 2C
Octal 71 53 265 105 114 0 35 366 76 54
Binary 111001 101011 10110101 1000101 1001100 0 11101 11110110 111110 101100

Color Harmonies of #392BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392BB5

Black with #392BB5

Text Example


Text Example

White with #392BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,43,181); }

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

background-color css

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

 a { background-color: rgb(57,43,181); }

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

border-color css

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

 span { border-color: rgb(57,43,181); }

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