Html Css Color HEX #3C088F Persian Indigo

📋 copy color: '#3C088F'

red 60 ◦ green 8 ◦ blue 143

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

Shades of Persian Indigo #3C088F

Tints of Persian Indigo #3C088F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 28.44%
G = 3.79%
B = 67.77%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C088F (or 0x3C088F) is known color: Persian Indigo. HEX triplet: 3C, 08 and 8F. RGB value is (60,8,143). Sum of RGB (Red+Green+Blue) = 60+8+143=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C088F is #C3F770. Grayscale: #262626. Windows color (decimal): -12842865 or 9373756. OLE color: 9373756.

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

Color convert

RGB 60 8 143 -
CMYK 0.58 0.94 0 0.44
HSL 263.11º 0.89% 0.3% -
HSV(B) 263.11º 0.94% 0.56% -
XYZ 6.91 3.12 26.22 -
YUV 38.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 60 8 143 0.58 0.94 0 0.44 263.11 0.89 0.3
Hex 3C 8 8F 3A 5E 0 2C 107 59 1E
Octal 74 10 217 72 136 0 54 407 131 36
Binary 111100 1000 10001111 111010 1011110 0 101100 100000111 1011001 11110

Color Harmonies of #3C088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C088F

Black with #3C088F

Text Example


Text Example

White with #3C088F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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