Html Css Color HEX #250367 Persian Indigo

📋 copy color: '#250367'

red 37 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #250367

Tints of Persian Indigo #250367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.1%

 BLUE value IS 103 (40.63% from 255) = 72.03%

R = 25.87%
G = 2.1%
B = 72.03%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#250367 (or 0x250367) is known color: Persian Indigo. HEX triplet: 25, 03 and 67. RGB value is (37,3,103). Sum of RGB (Red+Green+Blue) = 37+3+103=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #250367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250367 is #DAFC98. Grayscale: #181818. Windows color (decimal): -14351513 or 6751013. OLE color: 6751013.

HSL color Cylindrical-coordinate representation of color #250367: hue angle of 260.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250367 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 3 103 -
CMYK 0.64 0.97 0 0.60
HSL 260.4º 0.94% 0.21% -
HSV(B) 260.4º 0.97% 0.4% -
XYZ 3.24 1.44 12.94 -
YUV 24.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 37 3 103 0.64 0.97 0 0.60 260.4 0.94 0.21
Hex 25 3 67 40 61 0 3C 104 5E 15
Octal 45 3 147 100 141 0 74 404 136 25
Binary 100101 11 1100111 1000000 1100001 0 111100 100000100 1011110 10101

Color Harmonies of #250367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250367

Black with #250367

Text Example


Text Example

White with #250367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250367; }

 p { color: rgb(37,3,103); }

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

background-color css

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

 a { background-color: rgb(37,3,103); }

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

border-color css

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

 span { border-color: rgb(37,3,103); }

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