Html Css Color HEX #3C148F Persian Indigo

📋 copy color: '#3C148F'

red 60 ◦ green 20 ◦ blue 143

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

Shades of Persian Indigo #3C148F

Tints of Persian Indigo #3C148F

RGB

 RED value IS 60 (23.83% from 255) = 26.91%

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 143 (56.25% from 255) = 64.13%

R = 26.91%
G = 8.97%
B = 64.13%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C148F (or 0x3C148F) is known color: Persian Indigo. HEX triplet: 3C, 14 and 8F. RGB value is (60,20,143). Sum of RGB (Red+Green+Blue) = 60+20+143=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C148F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C148F is #C3EB70. Grayscale: #2D2D2D. Windows color (decimal): -12839793 or 9376828. OLE color: 9376828.

HSL color Cylindrical-coordinate representation of color #3C148F: hue angle of 259.51º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C148F is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 20 143 -
CMYK 0.58 0.86 0 0.44
HSL 259.51º 0.75% 0.32% -
HSV(B) 259.51º 0.86% 0.56% -
XYZ 7.07 3.44 26.28 -
YUV 45.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 60 20 143 0.58 0.86 0 0.44 259.51 0.75 0.32
Hex 3C 14 8F 3A 56 0 2C 104 4B 20
Octal 74 24 217 72 126 0 54 404 113 40
Binary 111100 10100 10001111 111010 1010110 0 101100 100000100 1001011 100000

Color Harmonies of #3C148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C148F

Black with #3C148F

Text Example


Text Example

White with #3C148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,143); }

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

background-color css

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

 a { background-color: rgb(60,20,143); }

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

border-color css

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

 span { border-color: rgb(60,20,143); }

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