Html Css Color HEX #3D2FCA Persian Blue

📋 copy color: '#3D2FCA'

red 61 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #3D2FCA

Tints of Persian Blue #3D2FCA

RGB

 RED value IS 61 (24.22% from 255) = 19.68%

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

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

R = 19.68%
G = 15.16%
B = 65.16%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3D2FCA (or 0x3D2FCA) is known color: Persian Blue. HEX triplet: 3D, 2F and CA. RGB value is (61,47,202). Sum of RGB (Red+Green+Blue) = 61+47+202=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D2FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2FCA is #C2D035. Grayscale: #444444. Windows color (decimal): -12767286 or 13250365. OLE color: 13250365.

HSL color Cylindrical-coordinate representation of color #3D2FCA: hue angle of 245.42º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D2FCA is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 47 202 -
CMYK 0.70 0.77 0 0.21
HSL 245.42º 0.62% 0.49% -
HSV(B) 245.42º 0.77% 0.79% -
XYZ 13.6 7.29 56.57 -
YUV 68.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 61 47 202 0.70 0.77 0 0.21 245.42 0.62 0.49
Hex 3D 2F CA 46 4D 0 15 F5 3E 31
Octal 75 57 312 106 115 0 25 365 76 61
Binary 111101 101111 11001010 1000110 1001101 0 10101 11110101 111110 110001

Color Harmonies of #3D2FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2FCA

Black with #3D2FCA

Text Example


Text Example

White with #3D2FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,47,202); }

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

background-color css

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

 a { background-color: rgb(61,47,202); }

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

border-color css

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

 span { border-color: rgb(61,47,202); }

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