Html Css Color HEX #30067F Persian Indigo

📋 copy color: '#30067F'

red 48 ◦ green 6 ◦ blue 127

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

Shades of Persian Indigo #30067F

Tints of Persian Indigo #30067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 127 (50% from 255) = 70.17%

R = 26.52%
G = 3.31%
B = 70.17%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30067F (or 0x30067F) is known color: Persian Indigo. HEX triplet: 30, 06 and 7F. RGB value is (48,6,127). Sum of RGB (Red+Green+Blue) = 48+6+127=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #30067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30067F is #CFF980. Grayscale: #1F1F1F. Windows color (decimal): -13629825 or 8324656. OLE color: 8324656.

HSL color Cylindrical-coordinate representation of color #30067F: hue angle of 260.83º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30067F is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 6 127 -
CMYK 0.62 0.95 0 0.50
HSL 260.83º 0.91% 0.26% -
HSV(B) 260.83º 0.95% 0.5% -
XYZ 5.11 2.29 20.25 -
YUV 32.35 181.41 139.16 -
System Red Green Blue C M Y K H S L
Decimal 48 6 127 0.62 0.95 0 0.50 260.83 0.91 0.26
Hex 30 6 7F 3E 5F 0 32 105 5B 1A
Octal 60 6 177 76 137 0 62 405 133 32
Binary 110000 110 1111111 111110 1011111 0 110010 100000101 1011011 11010

Color Harmonies of #30067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30067F

Black with #30067F

Text Example


Text Example

White with #30067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30067F; }

 p { color: rgb(48,6,127); }

 H1.HeaderClassName
 {
   color: #30067F;
 }
 .AnyTagClassName
 {
   color: #30067F;
 }
</style>

background-color css

<style>
 a { background-color: #30067F; }

 a { background-color: rgb(48,6,127); }

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

border-color css

<style>
 span { border-color: #30067F; }

 span { border-color: rgb(48,6,127); }

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