Html Css Color HEX #3C088A Persian Indigo

📋 copy color: '#3C088A'

red 60 ◦ green 8 ◦ blue 138

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

Shades of Persian Indigo #3C088A

Tints of Persian Indigo #3C088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.99%

R = 29.13%
G = 3.88%
B = 66.99%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C088A (or 0x3C088A) is known color: Persian Indigo. HEX triplet: 3C, 08 and 8A. RGB value is (60,8,138). Sum of RGB (Red+Green+Blue) = 60+8+138=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C088A is #C3F775. Grayscale: #252525. Windows color (decimal): -12842870 or 9046076. OLE color: 9046076.

HSL color Cylindrical-coordinate representation of color #3C088A: hue angle of 264º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C088A is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 8 138 -
CMYK 0.57 0.94 0 0.46
HSL 264º 0.89% 0.29% -
HSV(B) 264º 0.94% 0.54% -
XYZ 6.54 2.97 24.27 -
YUV 38.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 60 8 138 0.57 0.94 0 0.46 264 0.89 0.29
Hex 3C 8 8A 39 5E 0 2E 108 59 1D
Octal 74 10 212 71 136 0 56 410 131 35
Binary 111100 1000 10001010 111001 1011110 0 101110 100001000 1011001 11101

Color Harmonies of #3C088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C088A

Black with #3C088A

Text Example


Text Example

White with #3C088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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