Html Css Color HEX #3D10AB Persian Indigo

📋 copy color: '#3D10AB'

red 61 ◦ green 16 ◦ blue 171

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

Shades of Persian Indigo #3D10AB

Tints of Persian Indigo #3D10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 24.6%
G = 6.45%
B = 68.95%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D10AB (or 0x3D10AB) is known color: Persian Indigo. HEX triplet: 3D, 10 and AB. RGB value is (61,16,171). Sum of RGB (Red+Green+Blue) = 61+16+171=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D10AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D10AB is #C2EF54. Grayscale: #2E2E2E. Windows color (decimal): -12775253 or 11210813. OLE color: 11210813.

HSL color Cylindrical-coordinate representation of color #3D10AB: hue angle of 257.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D10AB is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 16 171 -
CMYK 0.64 0.91 0 0.33
HSL 257.42º 0.83% 0.37% -
HSV(B) 257.42º 0.91% 0.67% -
XYZ 9.46 4.3 38.86 -
YUV 47.13 197.91 137.9 -
System Red Green Blue C M Y K H S L
Decimal 61 16 171 0.64 0.91 0 0.33 257.42 0.83 0.37
Hex 3D 10 AB 40 5B 0 21 101 53 25
Octal 75 20 253 100 133 0 41 401 123 45
Binary 111101 10000 10101011 1000000 1011011 0 100001 100000001 1010011 100101

Color Harmonies of #3D10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D10AB

Black with #3D10AB

Text Example


Text Example

White with #3D10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,16,171); }

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

background-color css

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

 a { background-color: rgb(61,16,171); }

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

border-color css

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

 span { border-color: rgb(61,16,171); }

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