Html Css Color HEX #3F0F9B Persian Indigo

📋 copy color: '#3F0F9B'

red 63 ◦ green 15 ◦ blue 155

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

Shades of Persian Indigo #3F0F9B

Tints of Persian Indigo #3F0F9B

RGB

 RED value IS 63 (25% from 255) = 27.04%

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 27.04%
G = 6.44%
B = 66.52%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F0F9B (or 0x3F0F9B) is known color: Persian Indigo. HEX triplet: 3F, 0F and 9B. RGB value is (63,15,155). Sum of RGB (Red+Green+Blue) = 63+15+155=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F0F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0F9B is #C0F064. Grayscale: #2C2C2C. Windows color (decimal): -12644453 or 10161983. OLE color: 10161983.

HSL color Cylindrical-coordinate representation of color #3F0F9B: hue angle of 260.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0F9B is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 15 155 -
CMYK 0.59 0.90 0 0.39
HSL 260.57º 0.82% 0.33% -
HSV(B) 260.57º 0.9% 0.61% -
XYZ 8.14 3.76 31.31 -
YUV 45.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 63 15 155 0.59 0.90 0 0.39 260.57 0.82 0.33
Hex 3F F 9B 3B 5A 0 27 105 52 21
Octal 77 17 233 73 132 0 47 405 122 41
Binary 111111 1111 10011011 111011 1011010 0 100111 100000101 1010010 100001

Color Harmonies of #3F0F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0F9B

Black with #3F0F9B

Text Example


Text Example

White with #3F0F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,15,155); }

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

background-color css

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

 a { background-color: rgb(63,15,155); }

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

border-color css

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

 span { border-color: rgb(63,15,155); }

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