Html Css Color HEX #30019B Persian Indigo

📋 copy color: '#30019B'

red 48 ◦ green 1 ◦ blue 155

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

Shades of Persian Indigo #30019B

Tints of Persian Indigo #30019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 23.53%
G = 0.49%
B = 75.98%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30019B (or 0x30019B) is known color: Persian Indigo. HEX triplet: 30, 01 and 9B. RGB value is (48,1,155). Sum of RGB (Red+Green+Blue) = 48+1+155=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #30019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30019B is #CFFE64. Grayscale: #202020. Windows color (decimal): -13631077 or 10158384. OLE color: 10158384.

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

Color convert

RGB 48 1 155 -
CMYK 0.69 0.99 0 0.39
HSL 258.31º 0.99% 0.31% -
HSV(B) 258.31º 0.99% 0.61% -
XYZ 7.15 3.02 31.22 -
YUV 32.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 48 1 155 0.69 0.99 0 0.39 258.31 0.99 0.31
Hex 30 1 9B 45 63 0 27 102 63 1F
Octal 60 1 233 105 143 0 47 402 143 37
Binary 110000 1 10011011 1000101 1100011 0 100111 100000010 1100011 11111

Color Harmonies of #30019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30019B

Black with #30019B

Text Example


Text Example

White with #30019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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