Html Css Color HEX #3A25BA Persian Blue

📋 copy color: '#3A25BA'

red 58 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #3A25BA

Tints of Persian Blue #3A25BA

RGB

 RED value IS 58 (23.05% from 255) = 20.64%

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

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

R = 20.64%
G = 13.17%
B = 66.19%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A25BA (or 0x3A25BA) is known color: Persian Blue. HEX triplet: 3A, 25 and BA. RGB value is (58,37,186). Sum of RGB (Red+Green+Blue) = 58+37+186=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A25BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25BA is #C5DA45. Grayscale: #3B3B3B. Windows color (decimal): -12966470 or 12199226. OLE color: 12199226.

HSL color Cylindrical-coordinate representation of color #3A25BA: hue angle of 248.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A25BA is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 37 186 -
CMYK 0.69 0.80 0 0.27
HSL 248.46º 0.67% 0.44% -
HSV(B) 248.46º 0.8% 0.73% -
XYZ 11.27 5.77 46.97 -
YUV 60.27 198.96 126.38 -
System Red Green Blue C M Y K H S L
Decimal 58 37 186 0.69 0.80 0 0.27 248.46 0.67 0.44
Hex 3A 25 BA 45 50 0 1B F8 43 2C
Octal 72 45 272 105 120 0 33 370 103 54
Binary 111010 100101 10111010 1000101 1010000 0 11011 11111000 1000011 101100

Color Harmonies of #3A25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25BA

Black with #3A25BA

Text Example


Text Example

White with #3A25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A25BA; }

 p { color: rgb(58,37,186); }

 H1.HeaderClassName
 {
   color: #3A25BA;
 }
 .AnyTagClassName
 {
   color: #3A25BA;
 }
</style>

background-color css

<style>
 a { background-color: #3A25BA; }

 a { background-color: rgb(58,37,186); }

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

border-color css

<style>
 span { border-color: #3A25BA; }

 span { border-color: rgb(58,37,186); }

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