Html Css Color HEX #30108B Persian Indigo

📋 copy color: '#30108B'

red 48 ◦ green 16 ◦ blue 139

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

Shades of Persian Indigo #30108B

Tints of Persian Indigo #30108B

RGB

 RED value IS 48 (19.14% from 255) = 23.65%

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

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

R = 23.65%
G = 7.88%
B = 68.47%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30108B (or 0x30108B) is known color: Persian Indigo. HEX triplet: 30, 10 and 8B. RGB value is (48,16,139). Sum of RGB (Red+Green+Blue) = 48+16+139=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #30108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30108B is #CFEF74. Grayscale: #272727. Windows color (decimal): -13627253 or 9113648. OLE color: 9113648.

HSL color Cylindrical-coordinate representation of color #30108B: hue angle of 255.61º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30108B is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 16 139 -
CMYK 0.65 0.88 0 0.45
HSL 255.61º 0.79% 0.3% -
HSV(B) 255.61º 0.88% 0.55% -
XYZ 6.06 2.86 24.66 -
YUV 39.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 48 16 139 0.65 0.88 0 0.45 255.61 0.79 0.3
Hex 30 10 8B 41 58 0 2D 100 4F 1E
Octal 60 20 213 101 130 0 55 400 117 36
Binary 110000 10000 10001011 1000001 1011000 0 101101 100000000 1001111 11110

Color Harmonies of #30108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30108B

Black with #30108B

Text Example


Text Example

White with #30108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30108B; }

 p { color: rgb(48,16,139); }

 H1.HeaderClassName
 {
   color: #30108B;
 }
 .AnyTagClassName
 {
   color: #30108B;
 }
</style>

background-color css

<style>
 a { background-color: #30108B; }

 a { background-color: rgb(48,16,139); }

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

border-color css

<style>
 span { border-color: #30108B; }

 span { border-color: rgb(48,16,139); }

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