Html Css Color HEX #3A2FCC Persian Blue

📋 copy color: '#3A2FCC'

red 58 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #3A2FCC

Tints of Persian Blue #3A2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 18.77%
G = 15.21%
B = 66.02%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A2FCC (or 0x3A2FCC) is known color: Persian Blue. HEX triplet: 3A, 2F and CC. RGB value is (58,47,204). Sum of RGB (Red+Green+Blue) = 58+47+204=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A2FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2FCC is #C5D033. Grayscale: #434343. Windows color (decimal): -12963892 or 13381434. OLE color: 13381434.

HSL color Cylindrical-coordinate representation of color #3A2FCC: hue angle of 244.2º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2FCC is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 47 204 -
CMYK 0.72 0.77 0 0.2
HSL 244.2º 0.63% 0.49% -
HSV(B) 244.2º 0.77% 0.8% -
XYZ 13.66 7.29 57.81 -
YUV 68.19 204.64 120.73 -
System Red Green Blue C M Y K H S L
Decimal 58 47 204 0.72 0.77 0 0.2 244.2 0.63 0.49
Hex 3A 2F CC 48 4D 0 14 F4 3F 31
Octal 72 57 314 110 115 0 24 364 77 61
Binary 111010 101111 11001100 1001000 1001101 0 10100 11110100 111111 110001

Color Harmonies of #3A2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2FCC

Black with #3A2FCC

Text Example


Text Example

White with #3A2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,47,204); }

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

background-color css

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

 a { background-color: rgb(58,47,204); }

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

border-color css

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

 span { border-color: rgb(58,47,204); }

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