Html Css Color HEX #250784 Persian Indigo

📋 copy color: '#250784'

red 37 ◦ green 7 ◦ blue 132

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

Shades of Persian Indigo #250784

Tints of Persian Indigo #250784

RGB

 RED value IS 37 (14.84% from 255) = 21.02%

 GREEN value IS 7 (3.13% from 255) = 3.98%

 BLUE value IS 132 (51.95% from 255) = 75%

R = 21.02%
G = 3.98%
B = 75%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#250784 (or 0x250784) is known color: Persian Indigo. HEX triplet: 25, 07 and 84. RGB value is (37,7,132). Sum of RGB (Red+Green+Blue) = 37+7+132=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #250784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #250784 is #DAF87B. Grayscale: #1D1D1D. Windows color (decimal): -14350460 or 8652581. OLE color: 8652581.

HSL color Cylindrical-coordinate representation of color #250784: hue angle of 254.4º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250784 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 7 132 -
CMYK 0.72 0.95 0 0.48
HSL 254.4º 0.9% 0.27% -
HSV(B) 254.4º 0.95% 0.52% -
XYZ 5 2.21 21.99 -
YUV 30.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 37 7 132 0.72 0.95 0 0.48 254.4 0.9 0.27
Hex 25 7 84 48 5F 0 30 FE 5A 1B
Octal 45 7 204 110 137 0 60 376 132 33
Binary 100101 111 10000100 1001000 1011111 0 110000 11111110 1011010 11011

Color Harmonies of #250784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250784

Black with #250784

Text Example


Text Example

White with #250784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250784; }

 p { color: rgb(37,7,132); }

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

background-color css

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

 a { background-color: rgb(37,7,132); }

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

border-color css

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

 span { border-color: rgb(37,7,132); }

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