Html Css Color HEX #230978 Persian Indigo

📋 copy color: '#230978'

red 35 ◦ green 9 ◦ blue 120

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

Shades of Persian Indigo #230978

Tints of Persian Indigo #230978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 120 (47.27% from 255) = 73.17%

R = 21.34%
G = 5.49%
B = 73.17%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#230978 (or 0x230978) is known color: Persian Indigo. HEX triplet: 23, 09 and 78. RGB value is (35,9,120). Sum of RGB (Red+Green+Blue) = 35+9+120=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #230978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230978 is #DCF687. Grayscale: #1D1D1D. Windows color (decimal): -14481032 or 7866659. OLE color: 7866659.

HSL color Cylindrical-coordinate representation of color #230978: hue angle of 254.05º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230978 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 9 120 -
CMYK 0.71 0.92 0 0.53
HSL 254.05º 0.86% 0.25% -
HSV(B) 254.05º 0.93% 0.47% -
XYZ 4.18 1.91 17.92 -
YUV 29.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 35 9 120 0.71 0.92 0 0.53 254.05 0.86 0.25
Hex 23 9 78 47 5C 0 35 FE 56 19
Octal 43 11 170 107 134 0 65 376 126 31
Binary 100011 1001 1111000 1000111 1011100 0 110101 11111110 1010110 11001

Color Harmonies of #230978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230978

Black with #230978

Text Example


Text Example

White with #230978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230978; }

 p { color: rgb(35,9,120); }

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

background-color css

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

 a { background-color: rgb(35,9,120); }

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

border-color css

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

 span { border-color: rgb(35,9,120); }

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