Html Css Color HEX #3A24CA Persian Blue

📋 copy color: '#3A24CA'

red 58 ◦ green 36 ◦ blue 202

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

Shades of Persian Blue #3A24CA

Tints of Persian Blue #3A24CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 202 (79.3% from 255) = 68.24%

R = 19.59%
G = 12.16%
B = 68.24%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A24CA (or 0x3A24CA) is known color: Persian Blue. HEX triplet: 3A, 24 and CA. RGB value is (58,36,202). Sum of RGB (Red+Green+Blue) = 58+36+202=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A24CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A24CA is #C5DB35. Grayscale: #3C3C3C. Windows color (decimal): -12966710 or 13247546. OLE color: 13247546.

HSL color Cylindrical-coordinate representation of color #3A24CA: hue angle of 247.95º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A24CA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 36 202 -
CMYK 0.71 0.82 0 0.21
HSL 247.95º 0.7% 0.47% -
HSV(B) 247.95º 0.82% 0.79% -
XYZ 13.04 6.43 56.43 -
YUV 61.5 207.29 125.5 -
System Red Green Blue C M Y K H S L
Decimal 58 36 202 0.71 0.82 0 0.21 247.95 0.7 0.47
Hex 3A 24 CA 47 52 0 15 F8 46 2F
Octal 72 44 312 107 122 0 25 370 106 57
Binary 111010 100100 11001010 1000111 1010010 0 10101 11111000 1000110 101111

Color Harmonies of #3A24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A24CA

Black with #3A24CA

Text Example


Text Example

White with #3A24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,36,202); }

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

background-color css

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

 a { background-color: rgb(58,36,202); }

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

border-color css

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

 span { border-color: rgb(58,36,202); }

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