Html Css Color HEX #3C088B Persian Indigo

📋 copy color: '#3C088B'

red 60 ◦ green 8 ◦ blue 139

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

Shades of Persian Indigo #3C088B

Tints of Persian Indigo #3C088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.15%

R = 28.99%
G = 3.86%
B = 67.15%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C088B (or 0x3C088B) is known color: Persian Indigo. HEX triplet: 3C, 08 and 8B. RGB value is (60,8,139). Sum of RGB (Red+Green+Blue) = 60+8+139=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C088B is #C3F774. Grayscale: #262626. Windows color (decimal): -12842869 or 9111612. OLE color: 9111612.

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

Color convert

RGB 60 8 139 -
CMYK 0.57 0.94 0 0.45
HSL 263.82º 0.89% 0.29% -
HSV(B) 263.82º 0.94% 0.55% -
XYZ 6.61 3 24.66 -
YUV 38.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 60 8 139 0.57 0.94 0 0.45 263.82 0.89 0.29
Hex 3C 8 8B 39 5E 0 2D 108 59 1D
Octal 74 10 213 71 136 0 55 410 131 35
Binary 111100 1000 10001011 111001 1011110 0 101101 100001000 1011001 11101

Color Harmonies of #3C088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C088B

Black with #3C088B

Text Example


Text Example

White with #3C088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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