Html Css Color HEX #30267B Persian Indigo

📋 copy color: '#30267B'

red 48 ◦ green 38 ◦ blue 123

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

Shades of Persian Indigo #30267B

Tints of Persian Indigo #30267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 22.97%
G = 18.18%
B = 58.85%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30267B (or 0x30267B) is known color: Persian Indigo. HEX triplet: 30, 26 and 7B. RGB value is (48,38,123). Sum of RGB (Red+Green+Blue) = 48+38+123=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #30267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30267B is #CFD984. Grayscale: #323232. Windows color (decimal): -13621637 or 8070704. OLE color: 8070704.

HSL color Cylindrical-coordinate representation of color #30267B: hue angle of 247.06º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30267B is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 38 123 -
CMYK 0.61 0.69 0 0.52
HSL 247.06º 0.53% 0.32% -
HSV(B) 247.06º 0.69% 0.48% -
XYZ 5.49 3.44 19.11 -
YUV 50.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 48 38 123 0.61 0.69 0 0.52 247.06 0.53 0.32
Hex 30 26 7B 3D 45 0 34 F7 35 20
Octal 60 46 173 75 105 0 64 367 65 40
Binary 110000 100110 1111011 111101 1000101 0 110100 11110111 110101 100000

Color Harmonies of #30267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30267B

Black with #30267B

Text Example


Text Example

White with #30267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,38,123); }

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

background-color css

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

 a { background-color: rgb(48,38,123); }

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

border-color css

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

 span { border-color: rgb(48,38,123); }

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