Html Css Color HEX #230363 Persian Indigo

📋 copy color: '#230363'

red 35 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #230363

Tints of Persian Indigo #230363

RGB

 RED value IS 35 (14.06% from 255) = 25.55%

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

 BLUE value IS 99 (39.06% from 255) = 72.26%

R = 25.55%
G = 2.19%
B = 72.26%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230363 (or 0x230363) is known color: Persian Indigo. HEX triplet: 23, 03 and 63. RGB value is (35,3,99). Sum of RGB (Red+Green+Blue) = 35+3+99=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #230363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230363 is #DCFC9C. Grayscale: #171717. Windows color (decimal): -14482589 or 6488867. OLE color: 6488867.

HSL color Cylindrical-coordinate representation of color #230363: hue angle of 260º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230363 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 3 99 -
CMYK 0.65 0.97 0 0.61
HSL 260º 0.94% 0.2% -
HSV(B) 260º 0.97% 0.39% -
XYZ 2.98 1.32 11.9 -
YUV 23.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 35 3 99 0.65 0.97 0 0.61 260 0.94 0.2
Hex 23 3 63 41 61 0 3D 104 5E 14
Octal 43 3 143 101 141 0 75 404 136 24
Binary 100011 11 1100011 1000001 1100001 0 111101 100000100 1011110 10100

Color Harmonies of #230363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230363

Black with #230363

Text Example


Text Example

White with #230363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230363; }

 p { color: rgb(35,3,99); }

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

background-color css

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

 a { background-color: rgb(35,3,99); }

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

border-color css

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

 span { border-color: rgb(35,3,99); }

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