Html Css Color HEX #30017D Persian Indigo

📋 copy color: '#30017D'

red 48 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #30017D

Tints of Persian Indigo #30017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 71.84%

R = 27.59%
G = 0.57%
B = 71.84%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30017D (or 0x30017D) is known color: Persian Indigo. HEX triplet: 30, 01 and 7D. RGB value is (48,1,125). Sum of RGB (Red+Green+Blue) = 48+1+125=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #30017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30017D is #CFFE82. Grayscale: #1C1C1C. Windows color (decimal): -13631107 or 8192304. OLE color: 8192304.

HSL color Cylindrical-coordinate representation of color #30017D: hue angle of 262.74º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30017D is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 1 125 -
CMYK 0.62 0.99 0 0.51
HSL 262.74º 0.98% 0.25% -
HSV(B) 262.74º 0.99% 0.49% -
XYZ 4.93 2.13 19.55 -
YUV 29.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 48 1 125 0.62 0.99 0 0.51 262.74 0.98 0.25
Hex 30 1 7D 3E 63 0 33 107 62 19
Octal 60 1 175 76 143 0 63 407 142 31
Binary 110000 1 1111101 111110 1100011 0 110011 100000111 1100010 11001

Color Harmonies of #30017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30017D

Black with #30017D

Text Example


Text Example

White with #30017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30017D; }

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

 H1.HeaderClassName
 {
   color: #30017D;
 }
 .AnyTagClassName
 {
   color: #30017D;
 }
</style>

background-color css

<style>
 a { background-color: #30017D; }

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

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

border-color css

<style>
 span { border-color: #30017D; }

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

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