Html Css Color HEX #30159B Persian Indigo

📋 copy color: '#30159B'

red 48 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #30159B

Tints of Persian Indigo #30159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 21.43%
G = 9.38%
B = 69.2%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30159B (or 0x30159B) is known color: Persian Indigo. HEX triplet: 30, 15 and 9B. RGB value is (48,21,155). Sum of RGB (Red+Green+Blue) = 48+21+155=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #30159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30159B is #CFEA64. Grayscale: #2B2B2B. Windows color (decimal): -13625957 or 10163504. OLE color: 10163504.

HSL color Cylindrical-coordinate representation of color #30159B: hue angle of 252.09º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30159B is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 21 155 -
CMYK 0.69 0.86 0 0.39
HSL 252.09º 0.76% 0.35% -
HSV(B) 252.09º 0.86% 0.61% -
XYZ 7.4 3.53 31.3 -
YUV 44.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 48 21 155 0.69 0.86 0 0.39 252.09 0.76 0.35
Hex 30 15 9B 45 56 0 27 FC 4C 23
Octal 60 25 233 105 126 0 47 374 114 43
Binary 110000 10101 10011011 1000101 1010110 0 100111 11111100 1001100 100011

Color Harmonies of #30159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30159B

Black with #30159B

Text Example


Text Example

White with #30159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,21,155); }

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

background-color css

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

 a { background-color: rgb(48,21,155); }

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

border-color css

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

 span { border-color: rgb(48,21,155); }

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