Html Css Color HEX #3A25D0 Persian Blue

📋 copy color: '#3A25D0'

red 58 ◦ green 37 ◦ blue 208

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

Shades of Persian Blue #3A25D0

Tints of Persian Blue #3A25D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.65%

R = 19.14%
G = 12.21%
B = 68.65%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3A25D0 (or 0x3A25D0) is known color: Persian Blue. HEX triplet: 3A, 25 and D0. RGB value is (58,37,208). Sum of RGB (Red+Green+Blue) = 58+37+208=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #3A25D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25D0 is #C5DA2F. Grayscale: #3E3E3E. Windows color (decimal): -12966448 or 13641018. OLE color: 13641018.

HSL color Cylindrical-coordinate representation of color #3A25D0: hue angle of 247.37º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A25D0 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 37 208 -
CMYK 0.72 0.82 0 0.18
HSL 247.37º 0.7% 0.48% -
HSV(B) 247.37º 0.82% 0.82% -
XYZ 13.79 6.78 60.26 -
YUV 62.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 58 37 208 0.72 0.82 0 0.18 247.37 0.7 0.48
Hex 3A 25 D0 48 52 0 12 F7 46 30
Octal 72 45 320 110 122 0 22 367 106 60
Binary 111010 100101 11010000 1001000 1010010 0 10010 11110111 1000110 110000

Color Harmonies of #3A25D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25D0

Black with #3A25D0

Text Example


Text Example

White with #3A25D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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